#224D12

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

Shades of Myrtle #224D12

Tints of Myrtle #224D12

Color information

#224D12 (or 0x224D12) is unknown color: approx Myrtle. HEX triplet: 22, 4D and 12. RGB value is (34,77,18). Sum of RGB (Red+Green+Blue) = 34+77+18=129 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.36% from 129); Green value is 77 (30.47% from 255 or 59.69% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 77 - color contains mainly: green. Hex color #224D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #224D12 is #DDB2ED. Grayscale: #393939. Windows color (decimal): -14529262 or 1199394. OLE color: 1199394.

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

Color convert

RGB347718-
CMYK0.5600.770.70
HSL103.73º62.11%18.63%-
HSV(B)103.73º76.62%30.2%-
XYZ3.425.691.49-
YUV57.42105.75111.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.36%
GREEN value IS 77 (30.47% from 255) = 59.69%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=26.36%
G=59.69%
B=13.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3477180.5600.770.70103.7362.1118.63
Hex224D123804D46683e13
Octal42115227001151061507623
Binary100010100110110010111000010011011000110110100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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