#225012

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

Shades of Myrtle #225012

Tints of Myrtle #225012

Color information

#225012 (or 0x225012) is unknown color: approx Myrtle. HEX triplet: 22, 50 and 12. RGB value is (34,80,18). Sum of RGB (Red+Green+Blue) = 34+80+18=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #225012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225012 is #DDAFED. Grayscale: #3B3B3B. Windows color (decimal): -14528494 or 1200162. OLE color: 1200162.

HSL color Cylindrical-coordinate representation of color #225012: hue angle of 104.52º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225012 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB348018-
CMYK0.5800.780.69
HSL104.52º63.27%19.22%-
HSV(B)104.52º77.5%31.37%-
XYZ3.646.121.56-
YUV59.18104.76110.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.76%
GREEN value IS 80 (31.64% from 255) = 60.61%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=25.76%
G=60.61%
B=13.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480180.5800.780.69104.5263.2719.22
Hex2250123A04E45693f13
Octal42120227201161051517723
Binary100010101000010010111010010011101000101110100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225012; }

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

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

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

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

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

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

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

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