#225016

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

Shades of Myrtle #225016

Tints of Myrtle #225016

Color information

#225016 (or 0x225016) is unknown color: approx Myrtle. HEX triplet: 22, 50 and 16. RGB value is (34,80,22). Sum of RGB (Red+Green+Blue) = 34+80+22=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #225016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225016 is #DDAFE9. Grayscale: #3B3B3B. Windows color (decimal): -14528490 or 1462306. OLE color: 1462306.

HSL color Cylindrical-coordinate representation of color #225016: hue angle of 107.59º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #225016 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB348022-
CMYK0.5800.720.69
HSL107.59º56.86%20%-
HSV(B)107.59º72.5%31.37%-
XYZ3.676.141.75-
YUV59.63106.76109.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25%
GREEN value IS 80 (31.64% from 255) = 58.82%
BLUE value IS 22 (8.98% from 255) = 16.18%
R=25%
G=58.82%
B=16.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480220.5800.720.69107.5956.8620
Hex2250163A048456c3914
Octal42120267201101051547124
Binary100010101000010110111010010010001000101110110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225016; }

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

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

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

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

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

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

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

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