#328267

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

Shades of Viridian #328267

Tints of Viridian #328267

Color information

#328267 (or 0x328267) is unknown color: approx Viridian. HEX triplet: 32, 82 and 67. RGB value is (50,130,103). Sum of RGB (Red+Green+Blue) = 50+130+103=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #328267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328267 is #CD7D98. Grayscale: #676767. Windows color (decimal): -13467033 or 6783538. OLE color: 6783538.

HSL color Cylindrical-coordinate representation of color #328267: hue angle of 159.75º degrees, saturation: 0.44, 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 #328267 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB50130103-
CMYK0.6200.210.49
HSL159.75º44.44%35.29%-
HSV(B)159.75º61.54%50.98%-
XYZ11.7517.6215.61-
YUV10312890.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 103 (40.62% from 255) = 36.40%
R=17.67%
G=45.94%
B=36.40%

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
Decimal501301030.6200.210.49159.7544.4435.29
Hex3282673E01531a02c23
Octal6220214776025612405443
Binary11001010000010110011111111001010111000110100000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328267; }

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

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

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

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

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

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

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

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