#224D02

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

Shades of Myrtle #224D02

Tints of Myrtle #224D02

Color information

#224D02 (or 0x224D02) is unknown color: approx Myrtle. HEX triplet: 22, 4D and 02. RGB value is (34,77,2). Sum of RGB (Red+Green+Blue) = 34+77+2=113 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.09% from 113); Green value is 77 (30.47% from 255 or 68.14% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 77 - color contains mainly: green. Hex color #224D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #224D02 is #DDB2FD. Grayscale: #373737. Windows color (decimal): -14529278 or 150818. OLE color: 150818.

HSL color Cylindrical-coordinate representation of color #224D02: hue angle of 94.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #224D02 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB34772-
CMYK0.5600.970.70
HSL94.4º94.94%15.49%-
HSV(B)94.4º97.4%30.2%-
XYZ3.325.650.97-
YUV55.5997.75112.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.09%
GREEN value IS 77 (30.47% from 255) = 68.14%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=30.09%
G=68.14%
B=1.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal347720.5600.970.7094.494.9415.49
Hex224D238061465e5ff
Octal42115270014110613613717
Binary100010100110110111000011000011000110101111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,77,2); }

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

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

 a { background-color: rgb(34,77,2); }

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

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

 span { border-color: rgb(34,77,2); }

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