#225A04

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

Shades of Myrtle #225A04

Tints of Myrtle #225A04

Color information

#225A04 (or 0x225A04) is unknown color: approx Myrtle. HEX triplet: 22, 5A and 04. RGB value is (34,90,4). Sum of RGB (Red+Green+Blue) = 34+90+4=128 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.56% from 128); Green value is 90 (35.55% from 255 or 70.31% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 90 - color contains mainly: green. Hex color #225A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225A04 is #DDA5FB. Grayscale: #3F3F3F. Windows color (decimal): -14525948 or 285218. OLE color: 285218.

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

Color convert

RGB34904-
CMYK0.6200.960.65
HSL99.07º91.49%18.43%-
HSV(B)99.07º95.56%35.29%-
XYZ4.347.661.36-
YUV63.4594.45106.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.56%
GREEN value IS 90 (35.55% from 255) = 70.31%
BLUE value IS 4 (1.95% from 255) = 3.12%
R=26.56%
G=70.31%
B=3.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal349040.6200.960.6599.0791.4918.43
Hex225A43E06041635b12
Octal42132476014010114313322
Binary10001010110101001111100110000010000011100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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