#214A14

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

Shades of Myrtle #214A14

Tints of Myrtle #214A14

Color information

#214A14 (or 0x214A14) is unknown color: approx Myrtle. HEX triplet: 21, 4A and 14. RGB value is (33,74,20). Sum of RGB (Red+Green+Blue) = 33+74+20=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 74 (29.30% from 255 or 58.27% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 74 - color contains mainly: green. Hex color #214A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214A14 is #DEB5EB. Grayscale: #373737. Windows color (decimal): -14595564 or 1329697. OLE color: 1329697.

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

Color convert

RGB337420-
CMYK0.5500.730.71
HSL105.56º57.45%18.43%-
HSV(B)105.56º72.97%29.02%-
XYZ3.25.271.51-
YUV55.58107.92111.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.98%
GREEN value IS 74 (29.30% from 255) = 58.27%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=25.98%
G=58.27%
B=15.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3374200.5500.730.71105.5657.4518.43
Hex214A1437049476a3912
Octal41112246701111071527122
Binary100001100101010100110111010010011000111110101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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