Html Css Color HEX #328966 Viridian

📋 copy color: '#328966'

red 50 ◦ green 137 ◦ blue 102

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

Shades of Viridian #328966

Tints of Viridian #328966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.4%

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

R = 17.3%
G = 47.4%
B = 35.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#328966 (or 0x328966) is known color: Viridian. HEX triplet: 32, 89 and 66. RGB value is (50,137,102). Sum of RGB (Red+Green+Blue) = 50+137+102=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #328966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328966 is #CD7699. Grayscale: #6B6B6B. Windows color (decimal): -13465242 or 6719794. OLE color: 6719794.

HSL color Cylindrical-coordinate representation of color #328966: hue angle of 155.86º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328966 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 102 -
CMYK 0.64 0 0.26 0.46
HSL 155.86º 0.47% 0.37% -
HSV(B) 155.86º 0.64% 0.54% -
XYZ 12.66 19.53 15.67 -
YUV 107 125.18 87.35 -
System Red Green Blue C M Y K H S L
Decimal 50 137 102 0.64 0 0.26 0.46 155.86 0.47 0.37
Hex 32 89 66 40 0 1A 2E 9C 2F 25
Octal 62 211 146 100 0 32 56 234 57 45
Binary 110010 10001001 1100110 1000000 0 11010 101110 10011100 101111 100101

Color Harmonies of #328966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328966

Black with #328966

Text Example


Text Example

White with #328966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328966; }

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

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

background-color css

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

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

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

border-color css

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

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

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