#214C3C

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

Shades of Burnham #214C3C

Tints of Burnham #214C3C

Color information

#214C3C (or 0x214C3C) is unknown color: approx Burnham. HEX triplet: 21, 4C and 3C. RGB value is (33,76,60). Sum of RGB (Red+Green+Blue) = 33+76+60=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #214C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C3C is #DEB3C3. Grayscale: #3D3D3D. Windows color (decimal): -14595012 or 3951649. OLE color: 3951649.

HSL color Cylindrical-coordinate representation of color #214C3C: hue angle of 157.67º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214C3C is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB337660-
CMYK0.5700.210.70
HSL157.67º39.45%21.37%-
HSV(B)157.67º56.58%29.8%-
XYZ4.035.825.19-
YUV61.32127.25107.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 76 (30.08% from 255) = 44.97%
BLUE value IS 60 (23.83% from 255) = 35.50%
R=19.53%
G=44.97%
B=35.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376600.5700.210.70157.6739.4521.37
Hex214C3C39015469e2715
Octal4111474710251062364725
Binary100001100110011110011100101010110001101001111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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