#328067

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

Shades of Viridian #328067

Tints of Viridian #328067

Color information

#328067 (or 0x328067) is unknown color: approx Viridian. HEX triplet: 32, 80 and 67. RGB value is (50,128,103). Sum of RGB (Red+Green+Blue) = 50+128+103=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #328067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328067 is #CD7F98. Grayscale: #656565. Windows color (decimal): -13467545 or 6783026. OLE color: 6783026.

HSL color Cylindrical-coordinate representation of color #328067: hue angle of 160.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328067 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB50128103-
CMYK0.6100.200.50
HSL160.77º43.82%34.9%-
HSV(B)160.77º60.94%50.2%-
XYZ11.4817.115.53-
YUV101.83128.6691.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=17.79%
G=45.55%
B=36.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501281030.6100.200.50160.7743.8234.9
Hex3280673D01432a12c23
Octal6220014775024622415443
Binary11001010000000110011111110101010011001010100001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328067; }

 p { color: rgb(50,128,103); }

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

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

 a { background-color: rgb(50,128,103); }

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

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

 span { border-color: rgb(50,128,103); }

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