Html Css Color HEX #325536 Parsley

📋 copy color: '#325536'

red 50 ◦ green 85 ◦ blue 54

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

Shades of Parsley #325536

Tints of Parsley #325536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

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

R = 26.46%
G = 44.97%
B = 28.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#325536 (or 0x325536) is known color: Parsley. HEX triplet: 32, 55 and 36. RGB value is (50,85,54). Sum of RGB (Red+Green+Blue) = 50+85+54=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #325536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325536 is #CDAAC9. Grayscale: #474747. Windows color (decimal): -13478602 or 3560754. OLE color: 3560754.

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

Color convert

RGB 50 85 54 -
CMYK 0.41 0 0.36 0.67
HSL 126.86º 0.26% 0.26% -
HSV(B) 126.86º 0.41% 0.33% -
XYZ 5.23 7.44 4.65 -
YUV 71 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 50 85 54 0.41 0 0.36 0.67 126.86 0.26 0.26
Hex 32 55 36 29 0 24 43 7F 1A 1A
Octal 62 125 66 51 0 44 103 177 32 32
Binary 110010 1010101 110110 101001 0 100100 1000011 1111111 11010 11010

Color Harmonies of #325536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325536

Black with #325536

Text Example


Text Example

White with #325536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325536; }

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

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

background-color css

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

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

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

border-color css

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

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

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