Html Css Color HEX #319371 Viridian

📋 copy color: '#319371'

red 49 ◦ green 147 ◦ blue 113

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

Shades of Viridian #319371

Tints of Viridian #319371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.57%

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

R = 15.86%
G = 47.57%
B = 36.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#319371 (or 0x319371) is known color: Viridian. HEX triplet: 31, 93 and 71. RGB value is (49,147,113). Sum of RGB (Red+Green+Blue) = 49+147+113=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #319371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319371 is #CE6C8E. Grayscale: #717171. Windows color (decimal): -13528207 or 7443249. OLE color: 7443249.

HSL color Cylindrical-coordinate representation of color #319371: hue angle of 159.18º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319371 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 113 -
CMYK 0.67 0 0.23 0.42
HSL 159.18º 0.5% 0.38% -
HSV(B) 159.18º 0.67% 0.58% -
XYZ 14.68 22.71 19.23 -
YUV 113.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 49 147 113 0.67 0 0.23 0.42 159.18 0.5 0.38
Hex 31 93 71 43 0 17 2A 9F 32 26
Octal 61 223 161 103 0 27 52 237 62 46
Binary 110001 10010011 1110001 1000011 0 10111 101010 10011111 110010 100110

Color Harmonies of #319371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319371

Black with #319371

Text Example


Text Example

White with #319371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319371; }

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

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

background-color css

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

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

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

border-color css

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

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

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