Html Css Color HEX #325537 Parsley

📋 copy color: '#325537'

red 50 ◦ green 85 ◦ blue 55

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

Shades of Parsley #325537

Tints of Parsley #325537

RGB

 RED value IS 50 (19.92% from 255) = 26.32%

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

 BLUE value IS 55 (21.88% from 255) = 28.95%

R = 26.32%
G = 44.74%
B = 28.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#325537 (or 0x325537) is known color: Parsley. HEX triplet: 32, 55 and 37. RGB value is (50,85,55). Sum of RGB (Red+Green+Blue) = 50+85+55=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #325537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325537 is #CDAAC8. Grayscale: #474747. Windows color (decimal): -13478601 or 3626290. OLE color: 3626290.

HSL color Cylindrical-coordinate representation of color #325537: hue angle of 128.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325537 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 85 55 -
CMYK 0.41 0 0.35 0.67
HSL 128.57º 0.26% 0.26% -
HSV(B) 128.57º 0.41% 0.33% -
XYZ 5.25 7.45 4.78 -
YUV 71.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 50 85 55 0.41 0 0.35 0.67 128.57 0.26 0.26
Hex 32 55 37 29 0 23 43 81 1A 1A
Octal 62 125 67 51 0 43 103 201 32 32
Binary 110010 1010101 110111 101001 0 100011 1000011 10000001 11010 11010

Color Harmonies of #325537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325537

Black with #325537

Text Example


Text Example

White with #325537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325537; }

 p { color: rgb(50,85,55); }

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

background-color css

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

 a { background-color: rgb(50,85,55); }

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

border-color css

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

 span { border-color: rgb(50,85,55); }

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