Html Css Color HEX #325034 Parsley

📋 copy color: '#325034'

red 50 ◦ green 80 ◦ blue 52

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

Shades of Parsley #325034

Tints of Parsley #325034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.96%

 BLUE value IS 52 (20.7% from 255) = 28.57%

R = 27.47%
G = 43.96%
B = 28.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#325034 (or 0x325034) is known color: Parsley. HEX triplet: 32, 50 and 34. RGB value is (50,80,52). Sum of RGB (Red+Green+Blue) = 50+80+52=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #325034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325034 is #CDAFCB. Grayscale: #434343. Windows color (decimal): -13479884 or 3428402. OLE color: 3428402.

HSL color Cylindrical-coordinate representation of color #325034: hue angle of 124º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325034 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 80 52 -
CMYK 0.37 0 0.35 0.69
HSL 124º 0.23% 0.25% -
HSV(B) 124º 0.38% 0.31% -
XYZ 4.8 6.66 4.28 -
YUV 67.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 50 80 52 0.37 0 0.35 0.69 124 0.23 0.25
Hex 32 50 34 25 0 23 45 7C 17 19
Octal 62 120 64 45 0 43 105 174 27 31
Binary 110010 1010000 110100 100101 0 100011 1000101 1111100 10111 11001

Color Harmonies of #325034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325034

Black with #325034

Text Example


Text Example

White with #325034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325034; }

 p { color: rgb(50,80,52); }

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

background-color css

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

 a { background-color: rgb(50,80,52); }

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

border-color css

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

 span { border-color: rgb(50,80,52); }

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