#39752F

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

Shades of Bilbao #39752F

Tints of Bilbao #39752F

Color information

#39752F (or 0x39752F) is unknown color: approx Bilbao. HEX triplet: 39, 75 and 2F. RGB value is (57,117,47). Sum of RGB (Red+Green+Blue) = 57+117+47=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #39752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39752F is #C68AD0. Grayscale: #5B5B5B. Windows color (decimal): -13011665 or 3110201. OLE color: 3110201.

HSL color Cylindrical-coordinate representation of color #39752F: hue angle of 111.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39752F is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB5711747-
CMYK0.5100.600.54
HSL111.43º42.68%32.16%-
HSV(B)111.43º59.83%45.88%-
XYZ8.5613.84.9-
YUV91.08103.12103.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 117 (46.09% from 255) = 52.94%
BLUE value IS 47 (18.75% from 255) = 21.27%
R=25.79%
G=52.94%
B=21.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57117470.5100.600.54111.4342.6832.16
Hex39752F3303C366f2b20
Octal711655763074661575340
Binary111001111010110111111001101111001101101101111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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