#225006

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

Shades of Myrtle #225006

Tints of Myrtle #225006

Color information

#225006 (or 0x225006) is unknown color: approx Myrtle. HEX triplet: 22, 50 and 06. RGB value is (34,80,6). Sum of RGB (Red+Green+Blue) = 34+80+6=120 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.33% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #225006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225006 is #DDAFF9. Grayscale: #3A3A3A. Windows color (decimal): -14528506 or 413730. OLE color: 413730.

HSL color Cylindrical-coordinate representation of color #225006: hue angle of 97.3º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #225006 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB34806-
CMYK0.5800.920.69
HSL97.3º86.05%16.86%-
HSV(B)97.3º92.5%31.37%-
XYZ3.566.091.16-
YUV57.8198.76111.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.33%
GREEN value IS 80 (31.64% from 255) = 66.67%
BLUE value IS 6 (2.73% from 255) = 5%
R=28.33%
G=66.67%
B=5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal348060.5800.920.6997.386.0516.86
Hex225063A05C45615611
Octal42120672013410514112621
Binary10001010100001101110100101110010001011100001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225006; }

 p { color: rgb(34,80,6); }

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

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

 a { background-color: rgb(34,80,6); }

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

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

 span { border-color: rgb(34,80,6); }

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