Html Css Color HEX #225529 Parsley

📋 copy color: '#225529'

red 34 ◦ green 85 ◦ blue 41

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

Shades of Parsley #225529

Tints of Parsley #225529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.63%

R = 21.25%
G = 53.13%
B = 25.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#225529 (or 0x225529) is known color: Parsley. HEX triplet: 22, 55 and 29. RGB value is (34,85,41). Sum of RGB (Red+Green+Blue) = 34+85+41=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #225529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225529 is #DDAAD6. Grayscale: #404040. Windows color (decimal): -14527191 or 2708770. OLE color: 2708770.

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

Color convert

RGB 34 85 41 -
CMYK 0.60 0 0.52 0.67
HSL 128.24º 0.43% 0.23% -
HSV(B) 128.24º 0.6% 0.33% -
XYZ 4.31 7 3.22 -
YUV 64.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 34 85 41 0.60 0 0.52 0.67 128.24 0.43 0.23
Hex 22 55 29 3C 0 34 43 80 2B 17
Octal 42 125 51 74 0 64 103 200 53 27
Binary 100010 1010101 101001 111100 0 110100 1000011 10000000 101011 10111

Color Harmonies of #225529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225529

Black with #225529

Text Example


Text Example

White with #225529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225529; }

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

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

background-color css

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

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

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

border-color css

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

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

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