Html Css Color HEX #225516 Myrtle

📋 copy color: '#225516'

red 34 ◦ green 85 ◦ blue 22

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

Shades of Myrtle #225516

Tints of Myrtle #225516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.6%

R = 24.11%
G = 60.28%
B = 15.6%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#225516 (or 0x225516) is known color: Myrtle. HEX triplet: 22, 55 and 16. RGB value is (34,85,22). Sum of RGB (Red+Green+Blue) = 34+85+22=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #225516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225516 is #DDAAE9. Grayscale: #3E3E3E. Windows color (decimal): -14527210 or 1463586. OLE color: 1463586.

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

Color convert

RGB 34 85 22 -
CMYK 0.60 0 0.74 0.67
HSL 108.57º 0.59% 0.21% -
HSV(B) 108.57º 0.74% 0.33% -
XYZ 4.05 6.9 1.88 -
YUV 62.57 105.1 107.62 -
System Red Green Blue C M Y K H S L
Decimal 34 85 22 0.60 0 0.74 0.67 108.57 0.59 0.21
Hex 22 55 16 3C 0 4A 43 6D 3B 15
Octal 42 125 26 74 0 112 103 155 73 25
Binary 100010 1010101 10110 111100 0 1001010 1000011 1101101 111011 10101

Color Harmonies of #225516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225516

Black with #225516

Text Example


Text Example

White with #225516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225516; }

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

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

background-color css

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

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

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

border-color css

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

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

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