Html Css Color HEX #319373 Viridian

📋 copy color: '#319373'

red 49 ◦ green 147 ◦ blue 115

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

Shades of Viridian #319373

Tints of Viridian #319373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 15.76%
G = 47.27%
B = 36.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#319373 (or 0x319373) is known color: Viridian. HEX triplet: 31, 93 and 73. RGB value is (49,147,115). Sum of RGB (Red+Green+Blue) = 49+147+115=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #319373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319373 is #CE6C8C. Grayscale: #727272. Windows color (decimal): -13528205 or 7574321. OLE color: 7574321.

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

Color convert

RGB 49 147 115 -
CMYK 0.67 0 0.22 0.42
HSL 160.41º 0.5% 0.38% -
HSV(B) 160.41º 0.67% 0.58% -
XYZ 14.79 22.76 19.83 -
YUV 114.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 49 147 115 0.67 0 0.22 0.42 160.41 0.5 0.38
Hex 31 93 73 43 0 16 2A A0 32 26
Octal 61 223 163 103 0 26 52 240 62 46
Binary 110001 10010011 1110011 1000011 0 10110 101010 10100000 110010 100110

Color Harmonies of #319373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319373

Black with #319373

Text Example


Text Example

White with #319373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319373; }

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

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

background-color css

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

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

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

border-color css

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

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

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