#39750B

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

Shades of Bilbao #39750B

Tints of Bilbao #39750B

Color information

#39750B (or 0x39750B) is unknown color: approx Bilbao. HEX triplet: 39, 75 and 0B. RGB value is (57,117,11). Sum of RGB (Red+Green+Blue) = 57+117+11=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #39750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39750B is #C68AF4. Grayscale: #575757. Windows color (decimal): -13011701 or 750905. OLE color: 750905.

HSL color Cylindrical-coordinate representation of color #39750B: hue angle of 93.96º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39750B is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB5711711-
CMYK0.5100.910.54
HSL93.96º82.81%25.1%-
HSV(B)93.96º90.6%45.88%-
XYZ8.1113.622.52-
YUV86.9885.12106.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 117 (46.09% from 255) = 63.24%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=30.81%
G=63.24%
B=5.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57117110.5100.910.5493.9682.8125.1
Hex3975B3305B365e5319
Octal71165136301336613612331
Binary11100111101011011110011010110111101101011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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