#225620

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

Shades of Myrtle #225620

Tints of Myrtle #225620

Color information

#225620 (or 0x225620) is unknown color: approx Myrtle. HEX triplet: 22, 56 and 20. RGB value is (34,86,32). Sum of RGB (Red+Green+Blue) = 34+86+32=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #225620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225620 is #DDA9DF. Grayscale: #404040. Windows color (decimal): -14526944 or 2119202. OLE color: 2119202.

HSL color Cylindrical-coordinate representation of color #225620: hue angle of 117.78º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225620 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB348632-
CMYK0.6000.630.66
HSL117.78º45.76%23.14%-
HSV(B)117.78º62.79%33.73%-
XYZ4.257.12.51-
YUV64.3109.77106.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.37%
GREEN value IS 86 (33.98% from 255) = 56.58%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=22.37%
G=56.58%
B=21.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3486320.6000.630.66117.7845.7623.14
Hex2256203C03F42762e17
Octal4212640740771021665627
Binary100010101011010000011110001111111000010111011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225620; }

 p { color: rgb(34,86,32); }

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

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

 a { background-color: rgb(34,86,32); }

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

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

 span { border-color: rgb(34,86,32); }

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