#214E3C

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

Shades of Burnham #214E3C

Tints of Burnham #214E3C

Color information

#214E3C (or 0x214E3C) is unknown color: approx Burnham. HEX triplet: 21, 4E and 3C. RGB value is (33,78,60). Sum of RGB (Red+Green+Blue) = 33+78+60=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #214E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E3C is #DEB1C3. Grayscale: #3E3E3E. Windows color (decimal): -14594500 or 3952161. OLE color: 3952161.

HSL color Cylindrical-coordinate representation of color #214E3C: hue angle of 156º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214E3C is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB337860-
CMYK0.5800.230.69
HSL156º40.54%21.76%-
HSV(B)156º57.69%30.59%-
XYZ4.176.15.23-
YUV62.49126.59106.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 78 (30.86% from 255) = 45.61%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=19.30%
G=45.61%
B=35.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3378600.5800.230.6915640.5421.76
Hex214E3C3A017459c2916
Octal4111674720271052345126
Binary100001100111011110011101001011110001011001110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214E3C; }

 p { color: rgb(33,78,60); }

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

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

 a { background-color: rgb(33,78,60); }

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

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

 span { border-color: rgb(33,78,60); }

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