#225B05

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

Shades of Myrtle #225B05

Tints of Myrtle #225B05

Color information

#225B05 (or 0x225B05) is unknown color: approx Myrtle. HEX triplet: 22, 5B and 05. RGB value is (34,91,5). Sum of RGB (Red+Green+Blue) = 34+91+5=130 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.15% from 130); Green value is 91 (35.94% from 255 or 70% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 91 - color contains mainly: green. Hex color #225B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225B05 is #DDA4FA. Grayscale: #404040. Windows color (decimal): -14525691 or 351010. OLE color: 351010.

HSL color Cylindrical-coordinate representation of color #225B05: hue angle of 99.77º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #225B05 is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB34915-
CMYK0.6300.950.64
HSL99.77º89.58%18.82%-
HSV(B)99.77º94.51%35.69%-
XYZ4.437.831.42-
YUV64.1594.62106.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.15%
GREEN value IS 91 (35.94% from 255) = 70%
BLUE value IS 5 (2.34% from 255) = 3.85%
R=26.15%
G=70%
B=3.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal349150.6300.950.6499.7789.5818.82
Hex225B53F05F40645a13
Octal42133577013710014413223
Binary10001010110111011111110101111110000001100100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,91,5); }

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

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

 a { background-color: rgb(34,91,5); }

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

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

 span { border-color: rgb(34,91,5); }

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