Html Css Color HEX #22552B Parsley

📋 copy color: '#22552B'

red 34 ◦ green 85 ◦ blue 43

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

Shades of Parsley #22552B

Tints of Parsley #22552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.54%

R = 20.99%
G = 52.47%
B = 26.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#22552B (or 0x22552B) is known color: Parsley. HEX triplet: 22, 55 and 2B. RGB value is (34,85,43). Sum of RGB (Red+Green+Blue) = 34+85+43=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #22552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22552B is #DDAAD4. Grayscale: #414141. Windows color (decimal): -14527189 or 2839842. OLE color: 2839842.

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

Color convert

RGB 34 85 43 -
CMYK 0.60 0 0.49 0.67
HSL 130.59º 0.43% 0.23% -
HSV(B) 130.59º 0.6% 0.33% -
XYZ 4.34 7.01 3.41 -
YUV 64.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 34 85 43 0.60 0 0.49 0.67 130.59 0.43 0.23
Hex 22 55 2B 3C 0 31 43 83 2B 17
Octal 42 125 53 74 0 61 103 203 53 27
Binary 100010 1010101 101011 111100 0 110001 1000011 10000011 101011 10111

Color Harmonies of #22552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22552B

Black with #22552B

Text Example


Text Example

White with #22552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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