Html Css Color HEX #325036 Parsley

📋 copy color: '#325036'

red 50 ◦ green 80 ◦ blue 54

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

Shades of Parsley #325036

Tints of Parsley #325036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.35%

R = 27.17%
G = 43.48%
B = 29.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#325036 (or 0x325036) is known color: Parsley. HEX triplet: 32, 50 and 36. RGB value is (50,80,54). Sum of RGB (Red+Green+Blue) = 50+80+54=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #325036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325036 is #CDAFC9. Grayscale: #444444. Windows color (decimal): -13479882 or 3559474. OLE color: 3559474.

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

Color convert

RGB 50 80 54 -
CMYK 0.37 0 0.33 0.69
HSL 128º 0.23% 0.25% -
HSV(B) 128º 0.38% 0.31% -
XYZ 4.85 6.68 4.52 -
YUV 68.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 50 80 54 0.37 0 0.33 0.69 128 0.23 0.25
Hex 32 50 36 25 0 21 45 80 17 19
Octal 62 120 66 45 0 41 105 200 27 31
Binary 110010 1010000 110110 100101 0 100001 1000101 10000000 10111 11001

Color Harmonies of #325036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325036

Black with #325036

Text Example


Text Example

White with #325036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325036; }

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

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

background-color css

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

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

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

border-color css

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

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

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