Html Css Color HEX #225520 Myrtle

📋 copy color: '#225520'

red 34 ◦ green 85 ◦ blue 32

#225520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #225520

Tints of Myrtle #225520

RGB

 RED value IS 34 (13.67% from 255) = 22.52%

 GREEN value IS 85 (33.59% from 255) = 56.29%

 BLUE value IS 32 (12.89% from 255) = 21.19%

R = 22.52%
G = 56.29%
B = 21.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#225520 (or 0x225520) is known color: Myrtle. HEX triplet: 22, 55 and 20. RGB value is (34,85,32). Sum of RGB (Red+Green+Blue) = 34+85+32=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #225520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225520 is #DDAADF. Grayscale: #3F3F3F. Windows color (decimal): -14527200 or 2118946. OLE color: 2118946.

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

Color convert

RGB 34 85 32 -
CMYK 0.60 0 0.62 0.67
HSL 117.74º 0.45% 0.23% -
HSV(B) 117.74º 0.62% 0.33% -
XYZ 4.17 6.94 2.49 -
YUV 63.71 110.1 106.81 -
System Red Green Blue C M Y K H S L
Decimal 34 85 32 0.60 0 0.62 0.67 117.74 0.45 0.23
Hex 22 55 20 3C 0 3E 43 76 2D 17
Octal 42 125 40 74 0 76 103 166 55 27
Binary 100010 1010101 100000 111100 0 111110 1000011 1110110 101101 10111

Color Harmonies of #225520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225520

Black with #225520

Text Example


Text Example

White with #225520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225520; }

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

 H1.HeaderClassName
 {
   color: #225520;
 }
 .AnyTagClassName
 {
   color: #225520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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