#326231

Color #326231 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #326231

Tints of Parsley #326231

Color information

#326231 (or 0x326231) is unknown color: approx Parsley. HEX triplet: 32, 62 and 31. RGB value is (50,98,49). Sum of RGB (Red+Green+Blue) = 50+98+49=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #326231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326231 is #CD9DCE. Grayscale: #4E4E4E. Windows color (decimal): -13475279 or 3236402. OLE color: 3236402.

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

Color convert

RGB509849-
CMYK0.4900.50.62
HSL118.78º33.33%28.82%-
HSV(B)118.78º50%38.43%-
XYZ6.249.644.44-
YUV78.06111.6107.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 98 (38.67% from 255) = 49.75%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=25.38%
G=49.75%
B=24.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098490.4900.50.62118.7833.3328.82
Hex326231310323E77211d
Octal621426161062761674135
Binary11001011000101100011100010110010111110111011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326231; }

 p { color: rgb(50,98,49); }

 H1.HeaderClassName
 {
   color: #326231;
 }
 .AnyTagClassName
 {
   color: #326231;
 }
</style>
background-color css

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

 a { background-color: rgb(50,98,49); }

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

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

 span { border-color: rgb(50,98,49); }

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