#39852C

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

Shades of Bilbao #39852C

Tints of Bilbao #39852C

Color information

#39852C (or 0x39852C) is unknown color: approx Bilbao. HEX triplet: 39, 85 and 2C. RGB value is (57,133,44). Sum of RGB (Red+Green+Blue) = 57+133+44=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #39852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39852C is #C67AD3. Grayscale: #646464. Windows color (decimal): -13007572 or 2917689. OLE color: 2917689.

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

Color convert

RGB5713344-
CMYK0.5700.670.48
HSL111.24º50.28%34.71%-
HSV(B)111.24º66.92%52.16%-
XYZ10.5317.835.27-
YUV100.1396.3297.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 133 (52.34% from 255) = 56.84%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=24.36%
G=56.84%
B=18.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133440.5700.670.48111.2450.2834.71
Hex39852C39043306f3223
Octal7120554710103601576243
Binary11100110000101101100111001010000111100001101111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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