#39852D

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

Shades of Bilbao #39852D

Tints of Bilbao #39852D

Color information

#39852D (or 0x39852D) is unknown color: approx Bilbao. HEX triplet: 39, 85 and 2D. RGB value is (57,133,45). Sum of RGB (Red+Green+Blue) = 57+133+45=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #39852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39852D is #C67AD2. Grayscale: #646464. Windows color (decimal): -13007571 or 2983225. OLE color: 2983225.

HSL color Cylindrical-coordinate representation of color #39852D: hue angle of 111.82º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39852D is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB5713345-
CMYK0.5700.660.48
HSL111.82º49.44%34.9%-
HSV(B)111.82º66.17%52.16%-
XYZ10.5517.835.37-
YUV100.2496.8297.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 133 (52.34% from 255) = 56.60%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=24.26%
G=56.60%
B=19.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133450.5700.660.48111.8249.4434.9
Hex39852D3904230703123
Octal7120555710102601606143
Binary11100110000101101101111001010000101100001110000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39852D; }

 p { color: rgb(57,133,45); }

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

<style>
 a { background-color: #39852D; }

 a { background-color: rgb(57,133,45); }

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

<style>
 span { border-color: #39852D; }

 span { border-color: rgb(57,133,45); }

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