#204434

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

Shades of Burnham #204434

Tints of Burnham #204434

Color information

#204434 (or 0x204434) is unknown color: approx Burnham. HEX triplet: 20, 44 and 34. RGB value is (32,68,52). Sum of RGB (Red+Green+Blue) = 32+68+52=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #204434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204434 is #DFBBCB. Grayscale: #373737. Windows color (decimal): -14662604 or 3425312. OLE color: 3425312.

HSL color Cylindrical-coordinate representation of color #204434: hue angle of 153.33º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #204434 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB326852-
CMYK0.5300.240.73
HSL153.33º36%19.61%-
HSV(B)153.33º52.94%26.67%-
XYZ3.284.693.98-
YUV55.41126.07111.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 52 (20.70% from 255) = 34.21%
R=21.05%
G=44.74%
B=34.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3268520.5300.240.73153.333619.61
Hex2044343501849992414
Octal4010464650301112314424
Binary100000100010011010011010101100010010011001100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204434; }

 p { color: rgb(32,68,52); }

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

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

 a { background-color: rgb(32,68,52); }

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

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

 span { border-color: rgb(32,68,52); }

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