Html Css Color HEX #326036 Parsley

📋 copy color: '#326036'

red 50 ◦ green 96 ◦ blue 54

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

Shades of Parsley #326036

Tints of Parsley #326036

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48%

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

R = 25%
G = 48%
B = 27%

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

#326036 (or 0x326036) is known color: Parsley. HEX triplet: 32, 60 and 36. RGB value is (50,96,54). Sum of RGB (Red+Green+Blue) = 50+96+54=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #326036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326036 is #CD9FC9. Grayscale: #4D4D4D. Windows color (decimal): -13475786 or 3563570. OLE color: 3563570.

HSL color Cylindrical-coordinate representation of color #326036: hue angle of 125.22º 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 #326036 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 96 54 -
CMYK 0.48 0 0.44 0.62
HSL 125.22º 0.32% 0.29% -
HSV(B) 125.22º 0.48% 0.38% -
XYZ 6.16 9.31 4.96 -
YUV 77.46 114.76 108.42 -
System Red Green Blue C M Y K H S L
Decimal 50 96 54 0.48 0 0.44 0.62 125.22 0.32 0.29
Hex 32 60 36 30 0 2C 3E 7D 20 1D
Octal 62 140 66 60 0 54 76 175 40 35
Binary 110010 1100000 110110 110000 0 101100 111110 1111101 100000 11101

Color Harmonies of #326036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326036

Black with #326036

Text Example


Text Example

White with #326036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326036; }

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

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

background-color css

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

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

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

border-color css

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

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

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