#22520A

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

Shades of Myrtle #22520A

Tints of Myrtle #22520A

Color information

#22520A (or 0x22520A) is unknown color: approx Myrtle. HEX triplet: 22, 52 and 0A. RGB value is (34,82,10). Sum of RGB (Red+Green+Blue) = 34+82+10=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #22520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #22520A is #DDADF5. Grayscale: #3B3B3B. Windows color (decimal): -14527990 or 676386. OLE color: 676386.

HSL color Cylindrical-coordinate representation of color #22520A: hue angle of 100º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #22520A is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB348210-
CMYK0.5900.880.68
HSL100º78.26%18.04%-
HSV(B)100º87.8%32.16%-
XYZ3.736.41.33-
YUV59.44100.1109.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.98%
GREEN value IS 82 (32.42% from 255) = 65.08%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=26.98%
G=65.08%
B=7.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3482100.5900.880.6810078.2618.04
Hex2252A3B05844644e12
Octal421221273013010414411622
Binary100010101001010101110110101100010001001100100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22520A; }

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

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

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

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

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

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

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

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