#39730F

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

Shades of Bilbao #39730F

Tints of Bilbao #39730F

Color information

#39730F (or 0x39730F) is unknown color: approx Bilbao. HEX triplet: 39, 73 and 0F. RGB value is (57,115,15). Sum of RGB (Red+Green+Blue) = 57+115+15=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #39730F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39730F is #C68CF0. Grayscale: #565656. Windows color (decimal): -13012209 or 1012537. OLE color: 1012537.

HSL color Cylindrical-coordinate representation of color #39730F: hue angle of 94.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #39730F is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB5711515-
CMYK0.5000.870.55
HSL94.8º76.92%25.49%-
HSV(B)94.8º86.96%45.1%-
XYZ7.913.172.58-
YUV86.2687.78107.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 115 (45.31% from 255) = 61.50%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=30.48%
G=61.50%
B=8.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57115150.5000.870.5594.876.9225.49
Hex3973F32057375f4d19
Octal71163176201276713711531
Binary11100111100111111110010010101111101111011111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39730F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39730F; }

 p { color: rgb(57,115,15); }

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

<style>
 a { background-color: #39730F; }

 a { background-color: rgb(57,115,15); }

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

<style>
 span { border-color: #39730F; }

 span { border-color: rgb(57,115,15); }

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