#214938

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

Shades of Burnham #214938

Tints of Burnham #214938

Color information

#214938 (or 0x214938) is unknown color: approx Burnham. HEX triplet: 21, 49 and 38. RGB value is (33,73,56). Sum of RGB (Red+Green+Blue) = 33+73+56=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #214938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214938 is #DEB6C7. Grayscale: #3B3B3B. Windows color (decimal): -14595784 or 3688737. OLE color: 3688737.

HSL color Cylindrical-coordinate representation of color #214938: hue angle of 154.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214938 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB337356-
CMYK0.5500.230.71
HSL154.5º37.74%20.78%-
HSV(B)154.5º54.79%28.63%-
XYZ3.725.374.58-
YUV59.1126.25109.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=20.37%
G=45.06%
B=34.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3373560.5500.230.71154.537.7420.78
Hex21493837017479a2615
Octal4111170670271072324625
Binary100001100100111100011011101011110001111001101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214938; }

 p { color: rgb(33,73,56); }

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

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

 a { background-color: rgb(33,73,56); }

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

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

 span { border-color: rgb(33,73,56); }

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