#225A20

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

Shades of Myrtle #225A20

Tints of Myrtle #225A20

Color information

#225A20 (or 0x225A20) is unknown color: approx Myrtle. HEX triplet: 22, 5A and 20. RGB value is (34,90,32). Sum of RGB (Red+Green+Blue) = 34+90+32=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #225A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A20 is #DDA5DF. Grayscale: #424242. Windows color (decimal): -14525920 or 2120226. OLE color: 2120226.

HSL color Cylindrical-coordinate representation of color #225A20: hue angle of 117.93º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #225A20 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB349032-
CMYK0.6200.640.65
HSL117.93º47.54%23.92%-
HSV(B)117.93º64.44%35.29%-
XYZ4.587.762.62-
YUV66.64108.45104.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.79%
GREEN value IS 90 (35.55% from 255) = 57.69%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=21.79%
G=57.69%
B=20.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3490320.6200.640.65117.9347.5423.92
Hex225A203E04041763018
Octal42132407601001011666030
Binary1000101011010100000111110010000001000001111011011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225A20; }

 p { color: rgb(34,90,32); }

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

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

 a { background-color: rgb(34,90,32); }

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

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

 span { border-color: rgb(34,90,32); }

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