Html Css Color HEX #328B6B Viridian

📋 copy color: '#328B6B'

red 50 ◦ green 139 ◦ blue 107

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

Shades of Viridian #328B6B

Tints of Viridian #328B6B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.96%

 BLUE value IS 107 (42.19% from 255) = 36.15%

R = 16.89%
G = 46.96%
B = 36.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#328B6B (or 0x328B6B) is known color: Viridian. HEX triplet: 32, 8B and 6B. RGB value is (50,139,107). Sum of RGB (Red+Green+Blue) = 50+139+107=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #328B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B6B is #CD7494. Grayscale: #6C6C6C. Windows color (decimal): -13464725 or 7047986. OLE color: 7047986.

HSL color Cylindrical-coordinate representation of color #328B6B: hue angle of 158.43º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B6B is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 139 107 -
CMYK 0.64 0 0.23 0.45
HSL 158.43º 0.47% 0.37% -
HSV(B) 158.43º 0.64% 0.55% -
XYZ 13.2 20.2 17.11 -
YUV 108.74 127.01 86.1 -
System Red Green Blue C M Y K H S L
Decimal 50 139 107 0.64 0 0.23 0.45 158.43 0.47 0.37
Hex 32 8B 6B 40 0 17 2D 9E 2F 25
Octal 62 213 153 100 0 27 55 236 57 45
Binary 110010 10001011 1101011 1000000 0 10111 101101 10011110 101111 100101

Color Harmonies of #328B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B6B

Black with #328B6B

Text Example


Text Example

White with #328B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,139,107); }

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

background-color css

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

 a { background-color: rgb(50,139,107); }

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

border-color css

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

 span { border-color: rgb(50,139,107); }

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