#224012

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

Shades of Myrtle #224012

Tints of Myrtle #224012

Color information

#224012 (or 0x224012) is unknown color: approx Myrtle. HEX triplet: 22, 40 and 12. RGB value is (34,64,18). Sum of RGB (Red+Green+Blue) = 34+64+18=116 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.31% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #224012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224012 is #DDBFED. Grayscale: #313131. Windows color (decimal): -14532590 or 1196066. OLE color: 1196066.

HSL color Cylindrical-coordinate representation of color #224012: hue angle of 99.13º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #224012 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB346418-
CMYK0.4700.720.75
HSL99.13º56.1%16.08%-
HSV(B)99.13º71.88%25.1%-
XYZ2.64.051.22-
YUV49.79110.06116.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.31%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=29.31%
G=55.17%
B=15.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3464180.4700.720.7599.1356.116.08
Hex2240122F0484B633810
Octal42100225701101131437020
Binary100010100000010010101111010010001001011110001111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224012; }

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

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

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

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

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

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

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

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