#328367

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

Shades of Viridian #328367

Tints of Viridian #328367

Color information

#328367 (or 0x328367) is unknown color: approx Viridian. HEX triplet: 32, 83 and 67. RGB value is (50,131,103). Sum of RGB (Red+Green+Blue) = 50+131+103=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #328367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328367 is #CD7C98. Grayscale: #676767. Windows color (decimal): -13466777 or 6783794. OLE color: 6783794.

HSL color Cylindrical-coordinate representation of color #328367: hue angle of 159.26º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328367 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB50131103-
CMYK0.6200.210.49
HSL159.26º44.75%35.49%-
HSV(B)159.26º61.83%51.37%-
XYZ11.8817.8915.66-
YUV103.59127.6689.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 131 (51.56% from 255) = 46.13%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=17.61%
G=46.13%
B=36.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501311030.6200.210.49159.2644.7535.49
Hex3283673E015319f2d23
Octal6220314776025612375543
Binary11001010000011110011111111001010111000110011111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328367; }

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

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

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

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

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

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

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

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