Html Css Color HEX #328A6A Viridian

📋 copy color: '#328A6A'

red 50 ◦ green 138 ◦ blue 106

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

Shades of Viridian #328A6A

Tints of Viridian #328A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.05%

R = 17.01%
G = 46.94%
B = 36.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#328A6A (or 0x328A6A) is known color: Viridian. HEX triplet: 32, 8A and 6A. RGB value is (50,138,106). Sum of RGB (Red+Green+Blue) = 50+138+106=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #328A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A6A is #CD7595. Grayscale: #6C6C6C. Windows color (decimal): -13464982 or 6982194. OLE color: 6982194.

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

Color convert

RGB 50 138 106 -
CMYK 0.64 0 0.23 0.46
HSL 158.18º 0.47% 0.37% -
HSV(B) 158.18º 0.64% 0.54% -
XYZ 13.01 19.9 16.79 -
YUV 108.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 50 138 106 0.64 0 0.23 0.46 158.18 0.47 0.37
Hex 32 8A 6A 40 0 17 2E 9E 2F 25
Octal 62 212 152 100 0 27 56 236 57 45
Binary 110010 10001010 1101010 1000000 0 10111 101110 10011110 101111 100101

Color Harmonies of #328A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A6A

Black with #328A6A

Text Example


Text Example

White with #328A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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