#326134

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

Shades of Parsley #326134

Tints of Parsley #326134

Color information

#326134 (or 0x326134) is unknown color: approx Parsley. HEX triplet: 32, 61 and 34. RGB value is (50,97,52). Sum of RGB (Red+Green+Blue) = 50+97+52=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #326134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326134 is #CD9ECB. Grayscale: #4D4D4D. Windows color (decimal): -13475532 or 3432754. OLE color: 3432754.

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

Color convert

RGB509752-
CMYK0.4800.460.62
HSL122.55º31.97%28.82%-
HSV(B)122.55º48.45%38.04%-
XYZ6.219.484.75-
YUV77.82113.43108.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 97 (38.28% from 255) = 48.74%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=25.13%
G=48.74%
B=26.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097520.4800.460.62122.5531.9728.82
Hex3261343002E3E7b201d
Octal621416460056761734035
Binary11001011000011101001100000101110111110111101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326134; }

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

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

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

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

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

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

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

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