#214536

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

Shades of Burnham #214536

Tints of Burnham #214536

Color information

#214536 (or 0x214536) is unknown color: approx Burnham. HEX triplet: 21, 45 and 36. RGB value is (33,69,54). Sum of RGB (Red+Green+Blue) = 33+69+54=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #214536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214536 is #DEBAC9. Grayscale: #383838. Windows color (decimal): -14596810 or 3556641. OLE color: 3556641.

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

Color convert

RGB336954-
CMYK0.5200.220.73
HSL155º35.29%20%-
HSV(B)155º52.17%27.06%-
XYZ3.424.854.25-
YUV56.53126.57111.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 69 (27.34% from 255) = 44.23%
BLUE value IS 54 (21.48% from 255) = 34.62%
R=21.15%
G=44.23%
B=34.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3369540.5200.220.7315535.2920
Hex21453634016499b2314
Octal4110566640261112334324
Binary100001100010111011011010001011010010011001101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214536; }

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

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

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

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

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

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

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

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