Html Css Color HEX #328366 Viridian

📋 copy color: '#328366'

red 50 ◦ green 131 ◦ blue 102

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

Shades of Viridian #328366

Tints of Viridian #328366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.29%

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

R = 17.67%
G = 46.29%
B = 36.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#328366 (or 0x328366) is known color: Viridian. HEX triplet: 32, 83 and 66. RGB value is (50,131,102). Sum of RGB (Red+Green+Blue) = 50+131+102=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #328366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328366 is #CD7C99. Grayscale: #676767. Windows color (decimal): -13466778 or 6718258. OLE color: 6718258.

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

Color convert

RGB 50 131 102 -
CMYK 0.62 0 0.22 0.49
HSL 158.52º 0.45% 0.35% -
HSV(B) 158.52º 0.62% 0.51% -
XYZ 11.83 17.87 15.4 -
YUV 103.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 50 131 102 0.62 0 0.22 0.49 158.52 0.45 0.35
Hex 32 83 66 3E 0 16 31 9F 2D 23
Octal 62 203 146 76 0 26 61 237 55 43
Binary 110010 10000011 1100110 111110 0 10110 110001 10011111 101101 100011

Color Harmonies of #328366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328366

Black with #328366

Text Example


Text Example

White with #328366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328366; }

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

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

background-color css

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

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

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

border-color css

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

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

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