#214914

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

Shades of Myrtle #214914

Tints of Myrtle #214914

Color information

#214914 (or 0x214914) is unknown color: approx Myrtle. HEX triplet: 21, 49 and 14. RGB value is (33,73,20). Sum of RGB (Red+Green+Blue) = 33+73+20=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #214914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214914 is #DEB6EB. Grayscale: #373737. Windows color (decimal): -14595820 or 1329441. OLE color: 1329441.

HSL color Cylindrical-coordinate representation of color #214914: hue angle of 105.28º 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 #214914 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB337320-
CMYK0.5500.730.71
HSL105.28º56.99%18.24%-
HSV(B)105.28º72.6%28.63%-
XYZ3.145.141.49-
YUV55108.25112.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.19%
GREEN value IS 73 (28.91% from 255) = 57.94%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=26.19%
G=57.94%
B=15.87%

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
Decimal3373200.5500.730.71105.2856.9918.24
Hex2149143704947693912
Octal41111246701111071517122
Binary100001100100110100110111010010011000111110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214914; }

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

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

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

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

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

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

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

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