Html Css Color HEX #325434 Parsley

📋 copy color: '#325434'

red 50 ◦ green 84 ◦ blue 52

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

Shades of Parsley #325434

Tints of Parsley #325434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.16%

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

R = 26.88%
G = 45.16%
B = 27.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#325434 (or 0x325434) is known color: Parsley. HEX triplet: 32, 54 and 34. RGB value is (50,84,52). Sum of RGB (Red+Green+Blue) = 50+84+52=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #325434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325434 is #CDABCB. Grayscale: #464646. Windows color (decimal): -13478860 or 3429426. OLE color: 3429426.

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

Color convert

RGB 50 84 52 -
CMYK 0.40 0 0.38 0.67
HSL 123.53º 0.25% 0.26% -
HSV(B) 123.53º 0.4% 0.33% -
XYZ 5.11 7.27 4.38 -
YUV 70.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 50 84 52 0.40 0 0.38 0.67 123.53 0.25 0.26
Hex 32 54 34 28 0 26 43 7C 19 1A
Octal 62 124 64 50 0 46 103 174 31 32
Binary 110010 1010100 110100 101000 0 100110 1000011 1111100 11001 11010

Color Harmonies of #325434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325434

Black with #325434

Text Example


Text Example

White with #325434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325434; }

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

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

background-color css

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

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

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

border-color css

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

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

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