Html Css Color HEX #328A74 Viridian

📋 copy color: '#328A74'

red 50 ◦ green 138 ◦ blue 116

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

Shades of Viridian #328A74

Tints of Viridian #328A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 16.45%
G = 45.39%
B = 38.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#328A74 (or 0x328A74) is known color: Viridian. HEX triplet: 32, 8A and 74. RGB value is (50,138,116). Sum of RGB (Red+Green+Blue) = 50+138+116=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #328A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A74 is #CD758B. Grayscale: #6D6D6D. Windows color (decimal): -13464972 or 7637554. OLE color: 7637554.

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

Color convert

RGB 50 138 116 -
CMYK 0.64 0 0.16 0.46
HSL 165º 0.47% 0.37% -
HSV(B) 165º 0.64% 0.54% -
XYZ 13.56 20.12 19.69 -
YUV 109.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 50 138 116 0.64 0 0.16 0.46 165 0.47 0.37
Hex 32 8A 74 40 0 10 2E A5 2F 25
Octal 62 212 164 100 0 20 56 245 57 45
Binary 110010 10001010 1110100 1000000 0 10000 101110 10100101 101111 100101

Color Harmonies of #328A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A74

Black with #328A74

Text Example


Text Example

White with #328A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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