#39730B

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

Shades of Bilbao #39730B

Tints of Bilbao #39730B

Color information

#39730B (or 0x39730B) is unknown color: approx Bilbao. HEX triplet: 39, 73 and 0B. RGB value is (57,115,11). Sum of RGB (Red+Green+Blue) = 57+115+11=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #39730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39730B is #C68CF4. Grayscale: #565656. Windows color (decimal): -13012213 or 750393. OLE color: 750393.

HSL color Cylindrical-coordinate representation of color #39730B: hue angle of 93.46º degrees, saturation: 0.83, 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 #39730B is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB5711511-
CMYK0.5000.900.55
HSL93.46º82.54%24.71%-
HSV(B)93.46º90.43%45.1%-
XYZ7.8813.162.44-
YUV85.885.78107.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 115 (45.31% from 255) = 62.84%
BLUE value IS 11 (4.69% from 255) = 6.01%
R=31.15%
G=62.84%
B=6.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57115110.5000.900.5593.4682.5424.71
Hex3973B3205A375d5319
Octal71163136201326713512331
Binary11100111100111011110010010110101101111011101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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