#326434

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

Shades of Parsley #326434

Tints of Parsley #326434

Color information

#326434 (or 0x326434) is unknown color: approx Parsley. HEX triplet: 32, 64 and 34. RGB value is (50,100,52). Sum of RGB (Red+Green+Blue) = 50+100+52=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 100 (39.45% from 255 or 49.50% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 100 - color contains mainly: green. Hex color #326434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326434 is #CD9BCB. Grayscale: #4F4F4F. Windows color (decimal): -13474764 or 3433522. OLE color: 3433522.

HSL color Cylindrical-coordinate representation of color #326434: hue angle of 122.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326434 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB5010052-
CMYK0.5000.480.61
HSL122.4º33.33%29.41%-
HSV(B)122.4º50%39.22%-
XYZ6.4910.044.84-
YUV79.58112.44106.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 100 (39.45% from 255) = 49.50%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=24.75%
G=49.50%
B=25.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100520.5000.480.61122.433.3329.41
Hex326434320303D7a211d
Octal621446462060751724135
Binary11001011001001101001100100110000111101111101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326434; }

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

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

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

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

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

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

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

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