#225511

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

Shades of Myrtle #225511

Tints of Myrtle #225511

Color information

#225511 (or 0x225511) is unknown color: approx Myrtle. HEX triplet: 22, 55 and 11. RGB value is (34,85,17). Sum of RGB (Red+Green+Blue) = 34+85+17=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #225511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225511 is #DDAAEE. Grayscale: #3E3E3E. Windows color (decimal): -14527215 or 1135906. OLE color: 1135906.

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

Color convert

RGB348517-
CMYK0.6000.800.67
HSL105º66.67%20%-
HSV(B)105º80%33.33%-
XYZ4.016.881.65-
YUV62102.6108.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 62.5%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=25%
G=62.5%
B=12.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3485170.6000.800.6710566.6720
Hex2255113C05043694314
Octal421252174012010315110324
Binary1000101010101100011111000101000010000111101001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225511; }

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

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

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

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

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

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

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

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