#214838

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

Shades of Burnham #214838

Tints of Burnham #214838

Color information

#214838 (or 0x214838) is unknown color: approx Burnham. HEX triplet: 21, 48 and 38. RGB value is (33,72,56). Sum of RGB (Red+Green+Blue) = 33+72+56=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #214838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214838 is #DEB7C7. Grayscale: #3A3A3A. Windows color (decimal): -14596040 or 3688481. OLE color: 3688481.

HSL color Cylindrical-coordinate representation of color #214838: hue angle of 155.38º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214838 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB337256-
CMYK0.5400.220.72
HSL155.38º37.14%20.59%-
HSV(B)155.38º54.17%28.24%-
XYZ3.665.244.56-
YUV58.51126.58109.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=20.50%
G=44.72%
B=34.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372560.5400.220.72155.3837.1420.59
Hex21483836016489b2515
Octal4111070660261102334525
Binary100001100100011100011011001011010010001001101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214838; }

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

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

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

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

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

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

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

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