#214216

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

Shades of Myrtle #214216

Tints of Myrtle #214216

Color information

#214216 (or 0x214216) is unknown color: approx Myrtle. HEX triplet: 21, 42 and 16. RGB value is (33,66,22). Sum of RGB (Red+Green+Blue) = 33+66+22=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #214216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214216 is #DEBDE9. Grayscale: #333333. Windows color (decimal): -14597610 or 1458721. OLE color: 1458721.

HSL color Cylindrical-coordinate representation of color #214216: hue angle of 105º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214216 is Cyan = 0.5, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB336622-
CMYK0.500.670.74
HSL105º50%17.25%-
HSV(B)105º66.67%25.88%-
XYZ2.724.281.44-
YUV51.12111.57115.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 66 (26.17% from 255) = 54.55%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=27.27%
G=54.55%
B=18.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366220.500.670.741055017.25
Hex214216320434A693211
Octal41102266201031121516221
Binary100001100001010110110010010000111001010110100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214216; }

 p { color: rgb(33,66,22); }

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

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

 a { background-color: rgb(33,66,22); }

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

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

 span { border-color: rgb(33,66,22); }

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