#326034

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

Shades of Parsley #326034

Tints of Parsley #326034

Color information

#326034 (or 0x326034) is unknown color: approx Parsley. HEX triplet: 32, 60 and 34. RGB value is (50,96,52). Sum of RGB (Red+Green+Blue) = 50+96+52=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #326034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326034 is #CD9FCB. Grayscale: #4D4D4D. Windows color (decimal): -13475788 or 3432498. OLE color: 3432498.

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

Color convert

RGB509652-
CMYK0.4800.460.62
HSL122.61º31.51%28.63%-
HSV(B)122.61º47.92%37.65%-
XYZ6.129.294.72-
YUV77.23113.76108.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=25.25%
G=48.48%
B=26.26%

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
Decimal5096520.4800.460.62122.6131.5128.63
Hex3260343002E3E7b201d
Octal621406460056761734035
Binary11001011000001101001100000101110111110111101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326034; }

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

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

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

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

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

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

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

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