#224914

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

Shades of Myrtle #224914

Tints of Myrtle #224914

Color information

#224914 (or 0x224914) is unknown color: approx Myrtle. HEX triplet: 22, 49 and 14. RGB value is (34,73,20). Sum of RGB (Red+Green+Blue) = 34+73+20=127 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.77% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #224914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224914 is #DDB6EB. Grayscale: #373737. Windows color (decimal): -14530284 or 1329442. OLE color: 1329442.

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

Color convert

RGB347320-
CMYK0.5300.730.71
HSL104.15º56.99%18.24%-
HSV(B)104.15º72.6%28.63%-
XYZ3.175.161.49-
YUV55.3108.08112.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.77%
GREEN value IS 73 (28.91% from 255) = 57.48%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=26.77%
G=57.48%
B=15.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3473200.5300.730.71104.1556.9918.24
Hex2249143504947683912
Octal42111246501111071507122
Binary100010100100110100110101010010011000111110100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224914; }

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

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

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

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

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

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

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

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