#214A13

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

Shades of Myrtle #214A13

Tints of Myrtle #214A13

Color information

#214A13 (or 0x214A13) is unknown color: approx Myrtle. HEX triplet: 21, 4A and 13. RGB value is (33,74,19). Sum of RGB (Red+Green+Blue) = 33+74+19=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 74 (29.30% from 255 or 58.73% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 74 - color contains mainly: green. Hex color #214A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214A13 is #DEB5EC. Grayscale: #373737. Windows color (decimal): -14595565 or 1264161. OLE color: 1264161.

HSL color Cylindrical-coordinate representation of color #214A13: hue angle of 104.73º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #214A13 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB337419-
CMYK0.5500.740.71
HSL104.73º59.14%18.24%-
HSV(B)104.73º74.32%29.02%-
XYZ3.195.271.46-
YUV55.47107.42111.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.19%
GREEN value IS 74 (29.30% from 255) = 58.73%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=26.19%
G=58.73%
B=15.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3374190.5500.740.71104.7359.1418.24
Hex214A133704A47693b12
Octal41112236701121071517322
Binary100001100101010011110111010010101000111110100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,74,19); }

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

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

 a { background-color: rgb(33,74,19); }

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

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

 span { border-color: rgb(33,74,19); }

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