Html Css Color HEX #319274 Viridian

📋 copy color: '#319274'

red 49 ◦ green 146 ◦ blue 116

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

Shades of Viridian #319274

Tints of Viridian #319274

RGB

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

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

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

R = 15.76%
G = 46.95%
B = 37.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#319274 (or 0x319274) is known color: Viridian. HEX triplet: 31, 92 and 74. RGB value is (49,146,116). Sum of RGB (Red+Green+Blue) = 49+146+116=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #319274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319274 is #CE6D8B. Grayscale: #717171. Windows color (decimal): -13528460 or 7639601. OLE color: 7639601.

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

Color convert

RGB 49 146 116 -
CMYK 0.66 0 0.21 0.43
HSL 161.44º 0.5% 0.38% -
HSV(B) 161.44º 0.66% 0.57% -
XYZ 14.7 22.47 20.09 -
YUV 113.58 129.36 81.94 -
System Red Green Blue C M Y K H S L
Decimal 49 146 116 0.66 0 0.21 0.43 161.44 0.5 0.38
Hex 31 92 74 42 0 15 2B A1 32 26
Octal 61 222 164 102 0 25 53 241 62 46
Binary 110001 10010010 1110100 1000010 0 10101 101011 10100001 110010 100110

Color Harmonies of #319274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319274

Black with #319274

Text Example


Text Example

White with #319274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319274; }

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

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

background-color css

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

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

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

border-color css

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

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

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