Html Css Color HEX #328670 Viridian

📋 copy color: '#328670'

red 50 ◦ green 134 ◦ blue 112

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

Shades of Viridian #328670

Tints of Viridian #328670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.27%

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 16.89%
G = 45.27%
B = 37.84%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#328670 (or 0x328670) is known color: Viridian. HEX triplet: 32, 86 and 70. RGB value is (50,134,112). Sum of RGB (Red+Green+Blue) = 50+134+112=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #328670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328670 is #CD798F. Grayscale: #6A6A6A. Windows color (decimal): -13466000 or 7374386. OLE color: 7374386.

HSL color Cylindrical-coordinate representation of color #328670: hue angle of 164.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328670 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 112 -
CMYK 0.63 0 0.16 0.47
HSL 164.29º 0.46% 0.36% -
HSV(B) 164.29º 0.63% 0.53% -
XYZ 12.77 18.9 18.3 -
YUV 106.38 131.17 87.79 -
System Red Green Blue C M Y K H S L
Decimal 50 134 112 0.63 0 0.16 0.47 164.29 0.46 0.36
Hex 32 86 70 3F 0 10 2F A4 2E 24
Octal 62 206 160 77 0 20 57 244 56 44
Binary 110010 10000110 1110000 111111 0 10000 101111 10100100 101110 100100

Color Harmonies of #328670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328670

Black with #328670

Text Example


Text Example

White with #328670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328670; }

 p { color: rgb(50,134,112); }

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

background-color css

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

 a { background-color: rgb(50,134,112); }

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

border-color css

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

 span { border-color: rgb(50,134,112); }

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