Html Css Color HEX #32552F Parsley

📋 copy color: '#32552F'

red 50 ◦ green 85 ◦ blue 47

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

Shades of Parsley #32552F

Tints of Parsley #32552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.82%

R = 27.47%
G = 46.7%
B = 25.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#32552F (or 0x32552F) is known color: Parsley. HEX triplet: 32, 55 and 2F. RGB value is (50,85,47). Sum of RGB (Red+Green+Blue) = 50+85+47=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #32552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32552F is #CDAAD0. Grayscale: #464646. Windows color (decimal): -13478609 or 3102002. OLE color: 3102002.

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

Color convert

RGB 50 85 47 -
CMYK 0.41 0 0.45 0.67
HSL 115.26º 0.29% 0.26% -
HSV(B) 115.26º 0.45% 0.33% -
XYZ 5.08 7.38 3.85 -
YUV 70.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 50 85 47 0.41 0 0.45 0.67 115.26 0.29 0.26
Hex 32 55 2F 29 0 2D 43 73 1D 1A
Octal 62 125 57 51 0 55 103 163 35 32
Binary 110010 1010101 101111 101001 0 101101 1000011 1110011 11101 11010

Color Harmonies of #32552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32552F

Black with #32552F

Text Example


Text Example

White with #32552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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