Html Css Color HEX #325535 Parsley

📋 copy color: '#325535'

red 50 ◦ green 85 ◦ blue 53

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

Shades of Parsley #325535

Tints of Parsley #325535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.19%

R = 26.6%
G = 45.21%
B = 28.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#325535 (or 0x325535) is known color: Parsley. HEX triplet: 32, 55 and 35. RGB value is (50,85,53). Sum of RGB (Red+Green+Blue) = 50+85+53=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #325535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325535 is #CDAACA. Grayscale: #464646. Windows color (decimal): -13478603 or 3495218. OLE color: 3495218.

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

Color convert

RGB 50 85 53 -
CMYK 0.41 0 0.38 0.67
HSL 125.14º 0.26% 0.26% -
HSV(B) 125.14º 0.41% 0.33% -
XYZ 5.21 7.43 4.53 -
YUV 70.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 50 85 53 0.41 0 0.38 0.67 125.14 0.26 0.26
Hex 32 55 35 29 0 26 43 7D 1A 1A
Octal 62 125 65 51 0 46 103 175 32 32
Binary 110010 1010101 110101 101001 0 100110 1000011 1111101 11010 11010

Color Harmonies of #325535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325535

Black with #325535

Text Example


Text Example

White with #325535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325535; }

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

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

background-color css

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

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

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

border-color css

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

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

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