Html Css Color HEX #328666 Viridian

📋 copy color: '#328666'

red 50 ◦ green 134 ◦ blue 102

#328666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #328666

Tints of Viridian #328666

RGB

 RED value IS 50 (19.92% from 255) = 17.48%

 GREEN value IS 134 (52.73% from 255) = 46.85%

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 17.48%
G = 46.85%
B = 35.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#328666 (or 0x328666) is known color: Viridian. HEX triplet: 32, 86 and 66. RGB value is (50,134,102). Sum of RGB (Red+Green+Blue) = 50+134+102=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #328666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328666 is #CD7999. Grayscale: #696969. Windows color (decimal): -13466010 or 6719026. OLE color: 6719026.

HSL color Cylindrical-coordinate representation of color #328666: hue angle of 157.14º 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 #328666 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 102 -
CMYK 0.63 0 0.24 0.47
HSL 157.14º 0.46% 0.36% -
HSV(B) 157.14º 0.63% 0.53% -
XYZ 12.24 18.69 15.53 -
YUV 105.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 50 134 102 0.63 0 0.24 0.47 157.14 0.46 0.36
Hex 32 86 66 3F 0 18 2F 9D 2E 24
Octal 62 206 146 77 0 30 57 235 56 44
Binary 110010 10000110 1100110 111111 0 11000 101111 10011101 101110 100100

Color Harmonies of #328666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328666

Black with #328666

Text Example


Text Example

White with #328666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328666; }

 p { color: rgb(50,134,102); }

 H1.HeaderClassName
 {
   color: #328666;
 }
 .AnyTagClassName
 {
   color: #328666;
 }
</style>

background-color css

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

 a { background-color: rgb(50,134,102); }

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

border-color css

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

 span { border-color: rgb(50,134,102); }

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