Html Css Color HEX #319272 Viridian

📋 copy color: '#319272'

red 49 ◦ green 146 ◦ blue 114

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

Shades of Viridian #319272

Tints of Viridian #319272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.25%

 BLUE value IS 114 (44.92% from 255) = 36.89%

R = 15.86%
G = 47.25%
B = 36.89%

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

#319272 (or 0x319272) is known color: Viridian. HEX triplet: 31, 92 and 72. RGB value is (49,146,114). Sum of RGB (Red+Green+Blue) = 49+146+114=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #319272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319272 is #CE6D8D. Grayscale: #717171. Windows color (decimal): -13528462 or 7508529. OLE color: 7508529.

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

Color convert

RGB 49 146 114 -
CMYK 0.66 0 0.22 0.43
HSL 160.21º 0.5% 0.38% -
HSV(B) 160.21º 0.66% 0.57% -
XYZ 14.58 22.43 19.48 -
YUV 113.35 128.36 82.1 -
System Red Green Blue C M Y K H S L
Decimal 49 146 114 0.66 0 0.22 0.43 160.21 0.5 0.38
Hex 31 92 72 42 0 16 2B A0 32 26
Octal 61 222 162 102 0 26 53 240 62 46
Binary 110001 10010010 1110010 1000010 0 10110 101011 10100000 110010 100110

Color Harmonies of #319272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319272

Black with #319272

Text Example


Text Example

White with #319272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319272; }

 p { color: rgb(49,146,114); }

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

background-color css

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

 a { background-color: rgb(49,146,114); }

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

border-color css

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

 span { border-color: rgb(49,146,114); }

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