Html Css Color HEX #225526 Parsley

📋 copy color: '#225526'

red 34 ◦ green 85 ◦ blue 38

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

Shades of Parsley #225526

Tints of Parsley #225526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.2%

R = 21.66%
G = 54.14%
B = 24.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#225526 (or 0x225526) is known color: Parsley. HEX triplet: 22, 55 and 26. RGB value is (34,85,38). Sum of RGB (Red+Green+Blue) = 34+85+38=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #225526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225526 is #DDAAD9. Grayscale: #404040. Windows color (decimal): -14527194 or 2512162. OLE color: 2512162.

HSL color Cylindrical-coordinate representation of color #225526: hue angle of 124.71º 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 #225526 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 85 38 -
CMYK 0.60 0 0.55 0.67
HSL 124.71º 0.43% 0.23% -
HSV(B) 124.71º 0.6% 0.33% -
XYZ 4.26 6.98 2.96 -
YUV 64.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 34 85 38 0.60 0 0.55 0.67 124.71 0.43 0.23
Hex 22 55 26 3C 0 37 43 7D 2B 17
Octal 42 125 46 74 0 67 103 175 53 27
Binary 100010 1010101 100110 111100 0 110111 1000011 1111101 101011 10111

Color Harmonies of #225526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225526

Black with #225526

Text Example


Text Example

White with #225526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225526; }

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

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

background-color css

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

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

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

border-color css

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

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

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