#214436

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

Shades of Burnham #214436

Tints of Burnham #214436

Color information

#214436 (or 0x214436) is unknown color: approx Burnham. HEX triplet: 21, 44 and 36. RGB value is (33,68,54). Sum of RGB (Red+Green+Blue) = 33+68+54=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #214436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214436 is #DEBBC9. Grayscale: #373737. Windows color (decimal): -14597066 or 3556385. OLE color: 3556385.

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

Color convert

RGB336854-
CMYK0.5100.210.73
HSL156º34.65%19.8%-
HSV(B)156º51.47%26.67%-
XYZ3.364.724.22-
YUV55.94126.9111.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 68 (26.95% from 255) = 43.87%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=21.29%
G=43.87%
B=34.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368540.5100.210.7315634.6519.8
Hex21443633015499c2314
Octal4110466630251112344324
Binary100001100010011011011001101010110010011001110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214436; }

 p { color: rgb(33,68,54); }

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

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

 a { background-color: rgb(33,68,54); }

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

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

 span { border-color: rgb(33,68,54); }

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