#3c8616

Color #3C8616 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #3C8616

Tints of Bilbao #3C8616

Color information

#3C8616 (or 0x3C8616) is unknown color: approx Bilbao. HEX triplet: 3C, 86 and 16. RGB value is (60,134,22). Sum of RGB (Red+Green+Blue) = 60+134+22=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8616 is #C379E9. Grayscale: #636363. Windows color (decimal): -12810730 or 1476156. OLE color: 1476156.

HSL color Cylindrical-coordinate representation of color #3C8616: hue angle of 99.64º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C8616 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB6013422-
CMYK0.5500.840.47
HSL99.64º71.79%30.59%-
HSV(B)99.64º83.58%52.55%-
XYZ10.5318.073.69-
YUV99.1184.48100.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 27.78%
GREEN value IS 134 (52.73% from 255) = 62.04%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=27.78%
G=62.04%
B=10.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60134220.5500.840.4799.6471.7930.59
Hex3C8616370542F64481f
Octal74206266701245714411037
Binary1111001000011010110110111010101001011111100100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c8616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3c8616; }

 p { color: rgb(60,134,22); }

 H1.HeaderClassName
 {
   color: #3c8616;
 }
 .AnyTagClassName
 {
   color: #3c8616;
 }
</style>
background-color css

<style>
 a { background-color: #3c8616; }

 a { background-color: rgb(60,134,22); }

 div.DivClassName
 {
   background-color: #3c8616;
 }
 .BgClassName
 {
   background-color: #3c8616;
 }
</style>
border-color css

<style>
 span { border-color: #3c8616; }

 span { border-color: rgb(60,134,22); }

 td.TdClassName
 {
   border-color: #3c8616;
 }
 .TagClassName
 {
   border-color: #3c8616;
 }
</style>