#326334

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

Shades of Parsley #326334

Tints of Parsley #326334

Color information

#326334 (or 0x326334) is unknown color: approx Parsley. HEX triplet: 32, 63 and 34. RGB value is (50,99,52). Sum of RGB (Red+Green+Blue) = 50+99+52=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #326334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326334 is #CD9CCB. Grayscale: #4F4F4F. Windows color (decimal): -13475020 or 3433266. OLE color: 3433266.

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

Color convert

RGB509952-
CMYK0.4900.470.61
HSL122.45º32.89%29.22%-
HSV(B)122.45º49.49%38.82%-
XYZ6.49.854.81-
YUV78.99112.77107.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 99 (39.06% from 255) = 49.25%
BLUE value IS 52 (20.70% from 255) = 25.87%
R=24.88%
G=49.25%
B=25.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099520.4900.470.61122.4532.8929.22
Hex3263343102F3D7a211d
Octal621436461057751724135
Binary11001011000111101001100010101111111101111101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326334; }

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

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

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

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

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

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

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

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