#225505

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

Shades of Myrtle #225505

Tints of Myrtle #225505

Color information

#225505 (or 0x225505) is unknown color: approx Myrtle. HEX triplet: 22, 55 and 05. RGB value is (34,85,5). Sum of RGB (Red+Green+Blue) = 34+85+5=124 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.42% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #225505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225505 is #DDAAFA. Grayscale: #3C3C3C. Windows color (decimal): -14527227 or 349474. OLE color: 349474.

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

Color convert

RGB34855-
CMYK0.6000.940.67
HSL98.25º88.89%17.65%-
HSV(B)98.25º94.12%33.33%-
XYZ3.946.851.26-
YUV60.6396.6109-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 27.42%
GREEN value IS 85 (33.59% from 255) = 68.55%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=27.42%
G=68.55%
B=4.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal348550.6000.940.6798.2588.8917.65
Hex225553C05E43625912
Octal42125574013610314213122
Binary10001010101011011111000101111010000111100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225505; }

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

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

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

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

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

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

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

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