#204A39

Color #204A39 Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #204A39

Tints of Burnham #204A39

Color information

#204A39 (or 0x204A39) is unknown color: approx Burnham. HEX triplet: 20, 4A and 39. RGB value is (32,74,57). Sum of RGB (Red+Green+Blue) = 32+74+57=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #204A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204A39 is #DFB5C6. Grayscale: #3B3B3B. Windows color (decimal): -14661063 or 3754528. OLE color: 3754528.

HSL color Cylindrical-coordinate representation of color #204A39: hue angle of 155.71º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #204A39 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB327457-
CMYK0.5700.230.71
HSL155.71º39.62%20.78%-
HSV(B)155.71º56.76%29.02%-
XYZ3.785.54.73-
YUV59.5126.59108.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 74 (29.30% from 255) = 45.40%
BLUE value IS 57 (22.66% from 255) = 34.97%
R=19.63%
G=45.40%
B=34.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3274570.5700.230.71155.7139.6220.78
Hex204A3939017479c2815
Octal4011271710271072345025
Binary100000100101011100111100101011110001111001110010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204A39; }

 p { color: rgb(32,74,57); }

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

<style>
 a { background-color: #204A39; }

 a { background-color: rgb(32,74,57); }

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

<style>
 span { border-color: #204A39; }

 span { border-color: rgb(32,74,57); }

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