#328765

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

Shades of Viridian #328765

Tints of Viridian #328765

Color information

#328765 (or 0x328765) is unknown color: approx Viridian. HEX triplet: 32, 87 and 65. RGB value is (50,135,101). Sum of RGB (Red+Green+Blue) = 50+135+101=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #328765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328765 is #CD789A. Grayscale: #696969. Windows color (decimal): -13465755 or 6653746. OLE color: 6653746.

HSL color Cylindrical-coordinate representation of color #328765: hue angle of 156º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328765 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB50135101-
CMYK0.6300.250.47
HSL156º45.95%36.27%-
HSV(B)156º62.96%52.94%-
XYZ12.3318.9515.32-
YUV105.71125.3488.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.48%
GREEN value IS 135 (53.12% from 255) = 47.20%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=17.48%
G=47.20%
B=35.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501351010.6300.250.4715645.9536.27
Hex3287653F0192F9c2e24
Octal6220714577031572345644
Binary11001010000111110010111111101100110111110011100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328765; }

 p { color: rgb(50,135,101); }

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

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

 a { background-color: rgb(50,135,101); }

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

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

 span { border-color: rgb(50,135,101); }

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