Html Css Color HEX #325334 Parsley

📋 copy color: '#325334'

red 50 ◦ green 83 ◦ blue 52

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

Shades of Parsley #325334

Tints of Parsley #325334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.86%

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

R = 27.03%
G = 44.86%
B = 28.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#325334 (or 0x325334) is known color: Parsley. HEX triplet: 32, 53 and 34. RGB value is (50,83,52). Sum of RGB (Red+Green+Blue) = 50+83+52=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #325334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325334 is #CDACCB. Grayscale: #454545. Windows color (decimal): -13479116 or 3429170. OLE color: 3429170.

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

Color convert

RGB 50 83 52 -
CMYK 0.40 0 0.37 0.67
HSL 123.64º 0.25% 0.26% -
HSV(B) 123.64º 0.4% 0.33% -
XYZ 5.03 7.11 4.36 -
YUV 69.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 50 83 52 0.40 0 0.37 0.67 123.64 0.25 0.26
Hex 32 53 34 28 0 25 43 7C 19 1A
Octal 62 123 64 50 0 45 103 174 31 32
Binary 110010 1010011 110100 101000 0 100101 1000011 1111100 11001 11010

Color Harmonies of #325334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325334

Black with #325334

Text Example


Text Example

White with #325334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325334; }

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

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

background-color css

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

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

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

border-color css

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

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

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