#225518

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

Shades of Myrtle #225518

Tints of Myrtle #225518

Color information

#225518 (or 0x225518) is unknown color: approx Myrtle. HEX triplet: 22, 55 and 18. RGB value is (34,85,24). Sum of RGB (Red+Green+Blue) = 34+85+24=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #225518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225518 is #DDAAE7. Grayscale: #3E3E3E. Windows color (decimal): -14527208 or 1594658. OLE color: 1594658.

HSL color Cylindrical-coordinate representation of color #225518: hue angle of 110.16º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #225518 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB348524-
CMYK0.6000.720.67
HSL110.16º55.96%21.37%-
HSV(B)110.16º71.76%33.33%-
XYZ4.076.91.98-
YUV62.8106.1107.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 85 (33.59% from 255) = 59.44%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=23.78%
G=59.44%
B=16.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3485240.6000.720.67110.1655.9621.37
Hex2255183C048436e3815
Octal42125307401101031567025
Binary100010101010111000111100010010001000011110111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225518; }

 p { color: rgb(34,85,24); }

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

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

 a { background-color: rgb(34,85,24); }

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

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

 span { border-color: rgb(34,85,24); }

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