Html Css Color HEX #328A6E Viridian

📋 copy color: '#328A6E'

red 50 ◦ green 138 ◦ blue 110

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

Shades of Viridian #328A6E

Tints of Viridian #328A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.31%

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 16.78%
G = 46.31%
B = 36.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#328A6E (or 0x328A6E) is known color: Viridian. HEX triplet: 32, 8A and 6E. RGB value is (50,138,110). Sum of RGB (Red+Green+Blue) = 50+138+110=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #328A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A6E is #CD7591. Grayscale: #6C6C6C. Windows color (decimal): -13464978 or 7244338. OLE color: 7244338.

HSL color Cylindrical-coordinate representation of color #328A6E: hue angle of 160.91º 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 #328A6E is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 138 110 -
CMYK 0.64 0 0.20 0.46
HSL 160.91º 0.47% 0.37% -
HSV(B) 160.91º 0.64% 0.54% -
XYZ 13.22 19.98 17.91 -
YUV 108.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 50 138 110 0.64 0 0.20 0.46 160.91 0.47 0.37
Hex 32 8A 6E 40 0 14 2E A1 2F 25
Octal 62 212 156 100 0 24 56 241 57 45
Binary 110010 10001010 1101110 1000000 0 10100 101110 10100001 101111 100101

Color Harmonies of #328A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A6E

Black with #328A6E

Text Example


Text Example

White with #328A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328A6E; }

 p { color: rgb(50,138,110); }

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

background-color css

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

 a { background-color: rgb(50,138,110); }

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

border-color css

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

 span { border-color: rgb(50,138,110); }

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