#225A15

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

Shades of Myrtle #225A15

Tints of Myrtle #225A15

Color information

#225A15 (or 0x225A15) is unknown color: approx Myrtle. HEX triplet: 22, 5A and 15. RGB value is (34,90,21). Sum of RGB (Red+Green+Blue) = 34+90+21=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 90 (35.55% from 255 or 62.07% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 90 - color contains mainly: green. Hex color #225A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225A15 is #DDA5EA. Grayscale: #414141. Windows color (decimal): -14525931 or 1399330. OLE color: 1399330.

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

Color convert

RGB349021-
CMYK0.6200.770.65
HSL108.7º62.16%21.76%-
HSV(B)108.7º76.67%35.29%-
XYZ4.457.711.96-
YUV65.39102.95105.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 90 (35.55% from 255) = 62.07%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=23.45%
G=62.07%
B=14.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3490210.6200.770.65108.762.1621.76
Hex225A153E04D416d3e16
Octal42132257601151011557626
Binary100010101101010101111110010011011000001110110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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