Html Css Color HEX #325330 Parsley

📋 copy color: '#325330'

red 50 ◦ green 83 ◦ blue 48

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

Shades of Parsley #325330

Tints of Parsley #325330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.52%

R = 27.62%
G = 45.86%
B = 26.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#325330 (or 0x325330) is known color: Parsley. HEX triplet: 32, 53 and 30. RGB value is (50,83,48). Sum of RGB (Red+Green+Blue) = 50+83+48=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #325330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325330 is #CDACCF. Grayscale: #454545. Windows color (decimal): -13479120 or 3167026. OLE color: 3167026.

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

Color convert

RGB 50 83 48 -
CMYK 0.40 0 0.42 0.67
HSL 116.57º 0.27% 0.26% -
HSV(B) 116.57º 0.42% 0.33% -
XYZ 4.94 7.08 3.9 -
YUV 69.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 50 83 48 0.40 0 0.42 0.67 116.57 0.27 0.26
Hex 32 53 30 28 0 2A 43 75 1B 1A
Octal 62 123 60 50 0 52 103 165 33 32
Binary 110010 1010011 110000 101000 0 101010 1000011 1110101 11011 11010

Color Harmonies of #325330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325330

Black with #325330

Text Example


Text Example

White with #325330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325330; }

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

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

background-color css

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

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

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

border-color css

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

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

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