#214B1C

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

Shades of Myrtle #214B1C

Tints of Myrtle #214B1C

Color information

#214B1C (or 0x214B1C) is unknown color: approx Myrtle. HEX triplet: 21, 4B and 1C. RGB value is (33,75,28). Sum of RGB (Red+Green+Blue) = 33+75+28=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #214B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B1C is #DEB4E3. Grayscale: #393939. Windows color (decimal): -14595300 or 1854241. OLE color: 1854241.

HSL color Cylindrical-coordinate representation of color #214B1C: hue angle of 113.62º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #214B1C is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB337528-
CMYK0.5600.630.71
HSL113.62º45.63%20.2%-
HSV(B)113.62º62.67%29.41%-
XYZ3.355.441.97-
YUV57.08111.59110.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 75 (29.69% from 255) = 55.15%
BLUE value IS 28 (11.33% from 255) = 20.59%
R=24.26%
G=55.15%
B=20.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3375280.5600.630.71113.6245.6320.2
Hex214B1C3803F47722e14
Octal4111334700771071625624
Binary10000110010111110011100001111111000111111001010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,75,28); }

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

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

 a { background-color: rgb(33,75,28); }

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

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

 span { border-color: rgb(33,75,28); }

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