#225320

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

Shades of Myrtle #225320

Tints of Myrtle #225320

Color information

#225320 (or 0x225320) is unknown color: approx Myrtle. HEX triplet: 22, 53 and 20. RGB value is (34,83,32). Sum of RGB (Red+Green+Blue) = 34+83+32=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #225320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225320 is #DDACDF. Grayscale: #3E3E3E. Windows color (decimal): -14527712 or 2118434. OLE color: 2118434.

HSL color Cylindrical-coordinate representation of color #225320: hue angle of 117.65º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225320 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB348332-
CMYK0.5900.610.67
HSL117.65º44.35%22.55%-
HSV(B)117.65º61.45%32.55%-
XYZ4.016.632.43-
YUV62.54110.77107.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 83 (32.81% from 255) = 55.70%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=22.82%
G=55.70%
B=21.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3483320.5900.610.67117.6544.3522.55
Hex2253203B03D43762c17
Octal4212340730751031665427
Binary100010101001110000011101101111011000011111011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225320; }

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

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

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

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

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

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

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

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