Html Css Color HEX #319171 Viridian

📋 copy color: '#319171'

red 49 ◦ green 145 ◦ blue 113

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

Shades of Viridian #319171

Tints of Viridian #319171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 15.96%
G = 47.23%
B = 36.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#319171 (or 0x319171) is known color: Viridian. HEX triplet: 31, 91 and 71. RGB value is (49,145,113). Sum of RGB (Red+Green+Blue) = 49+145+113=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #319171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319171 is #CE6E8E. Grayscale: #707070. Windows color (decimal): -13528719 or 7442737. OLE color: 7442737.

HSL color Cylindrical-coordinate representation of color #319171: hue angle of 160º 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 #319171 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 113 -
CMYK 0.66 0 0.22 0.43
HSL 160º 0.49% 0.38% -
HSV(B) 160º 0.66% 0.57% -
XYZ 14.37 22.1 19.13 -
YUV 112.65 128.2 82.6 -
System Red Green Blue C M Y K H S L
Decimal 49 145 113 0.66 0 0.22 0.43 160 0.49 0.38
Hex 31 91 71 42 0 16 2B A0 31 26
Octal 61 221 161 102 0 26 53 240 61 46
Binary 110001 10010001 1110001 1000010 0 10110 101011 10100000 110001 100110

Color Harmonies of #319171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319171

Black with #319171

Text Example


Text Example

White with #319171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319171; }

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

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

background-color css

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

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

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

border-color css

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

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

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