#224215

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

Shades of Myrtle #224215

Tints of Myrtle #224215

Color information

#224215 (or 0x224215) is unknown color: approx Myrtle. HEX triplet: 22, 42 and 15. RGB value is (34,66,21). Sum of RGB (Red+Green+Blue) = 34+66+21=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #224215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224215 is #DDBDEA. Grayscale: #333333. Windows color (decimal): -14532075 or 1393186. OLE color: 1393186.

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

Color convert

RGB346621-
CMYK0.4800.680.74
HSL102.67º51.72%17.06%-
HSV(B)102.67º68.18%25.88%-
XYZ2.744.291.39-
YUV51.3110.9115.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.10%
GREEN value IS 66 (26.17% from 255) = 54.55%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=28.10%
G=54.55%
B=17.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3466210.4800.680.74102.6751.7217.06
Hex224215300444A673411
Octal42102256001041121476421
Binary100010100001010101110000010001001001010110011111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224215; }

 p { color: rgb(34,66,21); }

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

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

 a { background-color: rgb(34,66,21); }

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

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

 span { border-color: rgb(34,66,21); }

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