#3C7608

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

Shades of Bilbao #3C7608

Tints of Bilbao #3C7608

Color information

#3C7608 (or 0x3C7608) is unknown color: approx Bilbao. HEX triplet: 3C, 76 and 08. RGB value is (60,118,8). Sum of RGB (Red+Green+Blue) = 60+118+8=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 118 (46.48% from 255 or 63.44% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7608 is #C389F7. Grayscale: #585858. Windows color (decimal): -12814840 or 554556. OLE color: 554556.

HSL color Cylindrical-coordinate representation of color #3C7608: hue angle of 91.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C7608 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB601188-
CMYK0.4900.930.54
HSL91.64º87.3%24.71%-
HSV(B)91.64º93.22%46.27%-
XYZ8.3913.942.48-
YUV88.1282.78107.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.26%
GREEN value IS 118 (46.48% from 255) = 63.44%
BLUE value IS 8 (3.52% from 255) = 4.30%
R=32.26%
G=63.44%
B=4.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6011880.4900.930.5491.6487.324.71
Hex3C7683105D365c5719
Octal74166106101356613412731
Binary11110011101101000110001010111011101101011100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,118,8); }

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

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

 a { background-color: rgb(60,118,8); }

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

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

 span { border-color: rgb(60,118,8); }

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