#225221

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

Shades of Myrtle #225221

Tints of Myrtle #225221

Color information

#225221 (or 0x225221) is unknown color: approx Myrtle. HEX triplet: 22, 52 and 21. RGB value is (34,82,33). Sum of RGB (Red+Green+Blue) = 34+82+33=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #225221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225221 is #DDADDE. Grayscale: #3E3E3E. Windows color (decimal): -14527967 or 2183714. OLE color: 2183714.

HSL color Cylindrical-coordinate representation of color #225221: hue angle of 118.78º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225221 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB348233-
CMYK0.5900.600.68
HSL118.78º42.61%22.55%-
HSV(B)118.78º59.76%32.16%-
XYZ3.956.482.48-
YUV62.06111.6107.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 82 (32.42% from 255) = 55.03%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=22.82%
G=55.03%
B=22.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3482330.5900.600.68118.7842.6122.55
Hex2252213B03C44772b17
Octal4212241730741041675327
Binary100010101001010000111101101111001000100111011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225221; }

 p { color: rgb(34,82,33); }

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

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

 a { background-color: rgb(34,82,33); }

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

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

 span { border-color: rgb(34,82,33); }

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