#224A14

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

Shades of Myrtle #224A14

Tints of Myrtle #224A14

Color information

#224A14 (or 0x224A14) is unknown color: approx Myrtle. HEX triplet: 22, 4A and 14. RGB value is (34,74,20). Sum of RGB (Red+Green+Blue) = 34+74+20=128 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.56% from 128); Green value is 74 (29.30% from 255 or 57.81% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 74 - color contains mainly: green. Hex color #224A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224A14 is #DDB5EB. Grayscale: #383838. Windows color (decimal): -14530028 or 1329698. OLE color: 1329698.

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

Color convert

RGB347420-
CMYK0.5400.730.71
HSL104.44º57.45%18.43%-
HSV(B)104.44º72.97%29.02%-
XYZ3.235.291.51-
YUV55.88107.75112.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.56%
GREEN value IS 74 (29.30% from 255) = 57.81%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=26.56%
G=57.81%
B=15.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3474200.5400.730.71104.4457.4518.43
Hex224A143604947683912
Octal42112246601111071507122
Binary100010100101010100110110010010011000111110100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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