#328568

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

Shades of Viridian #328568

Tints of Viridian #328568

Color information

#328568 (or 0x328568) is unknown color: approx Viridian. HEX triplet: 32, 85 and 68. RGB value is (50,133,104). Sum of RGB (Red+Green+Blue) = 50+133+104=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #328568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328568 is #CD7A97. Grayscale: #686868. Windows color (decimal): -13466264 or 6849842. OLE color: 6849842.

HSL color Cylindrical-coordinate representation of color #328568: hue angle of 159.04º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328568 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB50133104-
CMYK0.6200.220.48
HSL159.04º45.36%35.88%-
HSV(B)159.04º62.41%52.16%-
XYZ12.218.4516.02-
YUV104.88127.588.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.42%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=17.42%
G=46.34%
B=36.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501331040.6200.220.48159.0445.3635.88
Hex3285683E016309f2d24
Octal6220515076026602375544
Binary11001010000101110100011111001011011000010011111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328568; }

 p { color: rgb(50,133,104); }

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

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

 a { background-color: rgb(50,133,104); }

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

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

 span { border-color: rgb(50,133,104); }

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