#214538

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

Shades of Burnham #214538

Tints of Burnham #214538

Color information

#214538 (or 0x214538) is unknown color: approx Burnham. HEX triplet: 21, 45 and 38. RGB value is (33,69,56). Sum of RGB (Red+Green+Blue) = 33+69+56=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #214538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214538 is #DEBAC7. Grayscale: #383838. Windows color (decimal): -14596808 or 3687713. OLE color: 3687713.

HSL color Cylindrical-coordinate representation of color #214538: hue angle of 158.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #214538 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB336956-
CMYK0.5200.190.73
HSL158.33º35.29%20%-
HSV(B)158.33º52.17%27.06%-
XYZ3.474.874.5-
YUV56.75127.57111.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 69 (27.34% from 255) = 43.67%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=20.89%
G=43.67%
B=35.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3369560.5200.190.73158.3335.2920
Hex21453834013499e2314
Octal4110570640231112364324
Binary100001100010111100011010001001110010011001111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214538; }

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

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

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

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

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

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

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

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