#224A11

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

Shades of Myrtle #224A11

Tints of Myrtle #224A11

Color information

#224A11 (or 0x224A11) is unknown color: approx Myrtle. HEX triplet: 22, 4A and 11. RGB value is (34,74,17). Sum of RGB (Red+Green+Blue) = 34+74+17=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 74 (29.30% from 255 or 59.2% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 74 - color contains mainly: green. Hex color #224A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224A11 is #DDB5EE. Grayscale: #373737. Windows color (decimal): -14530031 or 1133090. OLE color: 1133090.

HSL color Cylindrical-coordinate representation of color #224A11: hue angle of 102.11º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224A11 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB347417-
CMYK0.5400.770.71
HSL102.11º62.64%17.84%-
HSV(B)102.11º77.03%29.02%-
XYZ3.215.281.38-
YUV55.54106.25112.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 27.2%
GREEN value IS 74 (29.30% from 255) = 59.2%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=27.2%
G=59.2%
B=13.6%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3474170.5400.770.71102.1162.6417.84
Hex224A113604D47663f12
Octal42112216601151071467722
Binary100010100101010001110110010011011000111110011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224A11; }

 p { color: rgb(34,74,17); }

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

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

 a { background-color: rgb(34,74,17); }

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

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

 span { border-color: rgb(34,74,17); }

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