Html Css Color HEX #319174 Viridian

📋 copy color: '#319174'

red 49 ◦ green 145 ◦ blue 116

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

Shades of Viridian #319174

Tints of Viridian #319174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 15.81%
G = 46.77%
B = 37.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#319174 (or 0x319174) is known color: Viridian. HEX triplet: 31, 91 and 74. RGB value is (49,145,116). Sum of RGB (Red+Green+Blue) = 49+145+116=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #319174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319174 is #CE6E8B. Grayscale: #717171. Windows color (decimal): -13528716 or 7639345. OLE color: 7639345.

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

Color convert

RGB 49 145 116 -
CMYK 0.66 0 0.2 0.43
HSL 161.88º 0.49% 0.38% -
HSV(B) 161.88º 0.66% 0.57% -
XYZ 14.54 22.16 20.03 -
YUV 112.99 129.7 82.36 -
System Red Green Blue C M Y K H S L
Decimal 49 145 116 0.66 0 0.2 0.43 161.88 0.49 0.38
Hex 31 91 74 42 0 14 2B A2 31 26
Octal 61 221 164 102 0 24 53 242 61 46
Binary 110001 10010001 1110100 1000010 0 10100 101011 10100010 110001 100110

Color Harmonies of #319174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319174

Black with #319174

Text Example


Text Example

White with #319174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319174; }

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

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

background-color css

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

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

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

border-color css

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

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

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