#204635

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

Shades of Burnham #204635

Tints of Burnham #204635

Color information

#204635 (or 0x204635) is unknown color: approx Burnham. HEX triplet: 20, 46 and 35. RGB value is (32,70,53). Sum of RGB (Red+Green+Blue) = 32+70+53=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #204635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204635 is #DFB9CA. Grayscale: #383838. Windows color (decimal): -14662091 or 3491360. OLE color: 3491360.

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

Color convert

RGB327053-
CMYK0.5400.240.73
HSL153.16º37.25%20%-
HSV(B)153.16º54.29%27.45%-
XYZ3.434.944.14-
YUV56.7125.91110.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 53 (21.09% from 255) = 34.19%
R=20.65%
G=45.16%
B=34.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3270530.5400.240.73153.1637.2520
Hex2046353601849992514
Octal4010665660301112314524
Binary100000100011011010111011001100010010011001100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204635; }

 p { color: rgb(32,70,53); }

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

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

 a { background-color: rgb(32,70,53); }

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

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

 span { border-color: rgb(32,70,53); }

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