#204938

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

Shades of Burnham #204938

Tints of Burnham #204938

Color information

#204938 (or 0x204938) is unknown color: approx Burnham. HEX triplet: 20, 49 and 38. RGB value is (32,73,56). Sum of RGB (Red+Green+Blue) = 32+73+56=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #204938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204938 is #DFB6C7. Grayscale: #3A3A3A. Windows color (decimal): -14661320 or 3688736. OLE color: 3688736.

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

Color convert

RGB327356-
CMYK0.5600.230.71
HSL155.12º39.05%20.59%-
HSV(B)155.12º56.16%28.63%-
XYZ3.695.364.58-
YUV58.8126.42108.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=19.88%
G=45.34%
B=34.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3273560.5600.230.71155.1239.0520.59
Hex20493838017479b2715
Octal4011170700271072334725
Binary100000100100111100011100001011110001111001101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204938; }

 p { color: rgb(32,73,56); }

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

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

 a { background-color: rgb(32,73,56); }

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

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

 span { border-color: rgb(32,73,56); }

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