#39740C

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

Shades of Bilbao #39740C

Tints of Bilbao #39740C

Color information

#39740C (or 0x39740C) is unknown color: approx Bilbao. HEX triplet: 39, 74 and 0C. RGB value is (57,116,12). Sum of RGB (Red+Green+Blue) = 57+116+12=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 116 (45.70% from 255 or 62.70% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 116 - color contains mainly: green. Hex color #39740C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39740C is #C68BF3. Grayscale: #565656. Windows color (decimal): -13011956 or 816185. OLE color: 816185.

HSL color Cylindrical-coordinate representation of color #39740C: hue angle of 94.04º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39740C is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB5711612-
CMYK0.5100.900.55
HSL94.04º81.25%25.1%-
HSV(B)94.04º89.66%45.49%-
XYZ813.392.51-
YUV86.585.95106.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 116 (45.70% from 255) = 62.70%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=30.81%
G=62.70%
B=6.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57116120.5100.900.5594.0481.2525.1
Hex3974C3305A375e5119
Octal71164146301326713612131
Binary11100111101001100110011010110101101111011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39740C; }

 p { color: rgb(57,116,12); }

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

<style>
 a { background-color: #39740C; }

 a { background-color: rgb(57,116,12); }

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

<style>
 span { border-color: #39740C; }

 span { border-color: rgb(57,116,12); }

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