#39750A

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

Shades of Bilbao #39750A

Tints of Bilbao #39750A

Color information

#39750A (or 0x39750A) is unknown color: approx Bilbao. HEX triplet: 39, 75 and 0A. RGB value is (57,117,10). Sum of RGB (Red+Green+Blue) = 57+117+10=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 117 (46.09% from 255 or 63.59% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 117 - color contains mainly: green. Hex color #39750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39750A is #C68AF5. Grayscale: #575757. Windows color (decimal): -13011702 or 685369. OLE color: 685369.

HSL color Cylindrical-coordinate representation of color #39750A: hue angle of 93.64º degrees, saturation: 0.84, 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 #39750A is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB5711710-
CMYK0.5100.910.54
HSL93.64º84.25%24.9%-
HSV(B)93.64º91.45%45.88%-
XYZ8.113.612.49-
YUV86.8684.62106.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 117 (46.09% from 255) = 63.59%
BLUE value IS 10 (4.30% from 255) = 5.43%
R=30.98%
G=63.59%
B=5.43%

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
Decimal57117100.5100.910.5493.6484.2524.9
Hex3975A3305B365e5419
Octal71165126301336613612431
Binary11100111101011010110011010110111101101011110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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