#214414

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

Shades of Myrtle #214414

Tints of Myrtle #214414

Color information

#214414 (or 0x214414) is unknown color: approx Myrtle. HEX triplet: 21, 44 and 14. RGB value is (33,68,20). Sum of RGB (Red+Green+Blue) = 33+68+20=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #214414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214414 is #DEBBEB. Grayscale: #343434. Windows color (decimal): -14597100 or 1328161. OLE color: 1328161.

HSL color Cylindrical-coordinate representation of color #214414: hue angle of 103.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214414 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB336820-
CMYK0.5100.710.73
HSL103.75º54.55%17.25%-
HSV(B)103.75º70.59%26.67%-
XYZ2.824.511.38-
YUV52.06109.9114.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=27.27%
G=56.20%
B=16.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368200.5100.710.73103.7554.5517.25
Hex2144143304749683711
Octal41104246301071111506721
Binary100001100010010100110011010001111001001110100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214414; }

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

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

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

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

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

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

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

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