#214737

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

Shades of Burnham #214737

Tints of Burnham #214737

Color information

#214737 (or 0x214737) is unknown color: approx Burnham. HEX triplet: 21, 47 and 37. RGB value is (33,71,55). Sum of RGB (Red+Green+Blue) = 33+71+55=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #214737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214737 is #DEB8C8. Grayscale: #393939. Windows color (decimal): -14596297 or 3622689. OLE color: 3622689.

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

Color convert

RGB337155-
CMYK0.5400.230.72
HSL154.74º36.54%20.39%-
HSV(B)154.74º53.52%27.84%-
XYZ3.575.114.41-
YUV57.81126.41110.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=20.75%
G=44.65%
B=34.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371550.5400.230.72154.7436.5420.39
Hex21473736017489b2514
Octal4110767660271102334524
Binary100001100011111011111011001011110010001001101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214737; }

 p { color: rgb(33,71,55); }

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

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

 a { background-color: rgb(33,71,55); }

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

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

 span { border-color: rgb(33,71,55); }

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