Html Css Color HEX #319170 Viridian

📋 copy color: '#319170'

red 49 ◦ green 145 ◦ blue 112

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

Shades of Viridian #319170

Tints of Viridian #319170

RGB

 RED value IS 49 (19.53% from 255) = 16.01%

 GREEN value IS 145 (57.03% from 255) = 47.39%

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

R = 16.01%
G = 47.39%
B = 36.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#319170 (or 0x319170) is known color: Viridian. HEX triplet: 31, 91 and 70. RGB value is (49,145,112). Sum of RGB (Red+Green+Blue) = 49+145+112=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #319170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319170 is #CE6E8F. Grayscale: #707070. Windows color (decimal): -13528720 or 7377201. OLE color: 7377201.

HSL color Cylindrical-coordinate representation of color #319170: hue angle of 159.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319170 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 112 -
CMYK 0.66 0 0.23 0.43
HSL 159.38º 0.49% 0.38% -
HSV(B) 159.38º 0.66% 0.57% -
XYZ 14.32 22.07 18.84 -
YUV 112.53 127.7 82.68 -
System Red Green Blue C M Y K H S L
Decimal 49 145 112 0.66 0 0.23 0.43 159.38 0.49 0.38
Hex 31 91 70 42 0 17 2B 9F 31 26
Octal 61 221 160 102 0 27 53 237 61 46
Binary 110001 10010001 1110000 1000010 0 10111 101011 10011111 110001 100110

Color Harmonies of #319170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319170

Black with #319170

Text Example


Text Example

White with #319170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319170; }

 p { color: rgb(49,145,112); }

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

background-color css

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

 a { background-color: rgb(49,145,112); }

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

border-color css

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

 span { border-color: rgb(49,145,112); }

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