Html Css Color HEX #326136 Parsley

📋 copy color: '#326136'

red 50 ◦ green 97 ◦ blue 54

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

Shades of Parsley #326136

Tints of Parsley #326136

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.26%

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

R = 24.88%
G = 48.26%
B = 26.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#326136 (or 0x326136) is known color: Parsley. HEX triplet: 32, 61 and 36. RGB value is (50,97,54). Sum of RGB (Red+Green+Blue) = 50+97+54=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #326136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326136 is #CD9EC9. Grayscale: #4E4E4E. Windows color (decimal): -13475530 or 3563826. OLE color: 3563826.

HSL color Cylindrical-coordinate representation of color #326136: hue angle of 125.11º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326136 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 97 54 -
CMYK 0.48 0 0.44 0.62
HSL 125.11º 0.32% 0.29% -
HSV(B) 125.11º 0.48% 0.38% -
XYZ 6.26 9.49 4.99 -
YUV 78.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 50 97 54 0.48 0 0.44 0.62 125.11 0.32 0.29
Hex 32 61 36 30 0 2C 3E 7D 20 1D
Octal 62 141 66 60 0 54 76 175 40 35
Binary 110010 1100001 110110 110000 0 101100 111110 1111101 100000 11101

Color Harmonies of #326136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326136

Black with #326136

Text Example


Text Example

White with #326136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326136; }

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

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

background-color css

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

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

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

border-color css

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

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

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