#224812

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

Shades of Myrtle #224812

Tints of Myrtle #224812

Color information

#224812 (or 0x224812) is unknown color: approx Myrtle. HEX triplet: 22, 48 and 12. RGB value is (34,72,18). Sum of RGB (Red+Green+Blue) = 34+72+18=124 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.42% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #224812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224812 is #DDB7ED. Grayscale: #363636. Windows color (decimal): -14530542 or 1198114. OLE color: 1198114.

HSL color Cylindrical-coordinate representation of color #224812: hue angle of 102.22º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #224812 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB347218-
CMYK0.5300.750.72
HSL102.22º60%17.65%-
HSV(B)102.22º75%28.24%-
XYZ3.095.021.38-
YUV54.48107.41113.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 27.42%
GREEN value IS 72 (28.52% from 255) = 58.06%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=27.42%
G=58.06%
B=14.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3472180.5300.750.72102.226017.65
Hex2248123504B48663c12
Octal42110226501131101467422
Binary100010100100010010110101010010111001000110011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224812; }

 p { color: rgb(34,72,18); }

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

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

 a { background-color: rgb(34,72,18); }

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

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

 span { border-color: rgb(34,72,18); }

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