Html Css Color HEX #319472 Viridian

📋 copy color: '#319472'

red 49 ◦ green 148 ◦ blue 114

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

Shades of Viridian #319472

Tints of Viridian #319472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.59%

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

R = 15.76%
G = 47.59%
B = 36.66%

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

#319472 (or 0x319472) is known color: Viridian. HEX triplet: 31, 94 and 72. RGB value is (49,148,114). Sum of RGB (Red+Green+Blue) = 49+148+114=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #319472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319472 is #CE6B8D. Grayscale: #727272. Windows color (decimal): -13527950 or 7509041. OLE color: 7509041.

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

Color convert

RGB 49 148 114 -
CMYK 0.67 0 0.23 0.42
HSL 159.39º 0.5% 0.39% -
HSV(B) 159.39º 0.67% 0.58% -
XYZ 14.89 23.05 19.58 -
YUV 114.52 127.7 81.26 -
System Red Green Blue C M Y K H S L
Decimal 49 148 114 0.67 0 0.23 0.42 159.39 0.5 0.39
Hex 31 94 72 43 0 17 2A 9F 32 27
Octal 61 224 162 103 0 27 52 237 62 47
Binary 110001 10010100 1110010 1000011 0 10111 101010 10011111 110010 100111

Color Harmonies of #319472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319472

Black with #319472

Text Example


Text Example

White with #319472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319472; }

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

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

background-color css

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

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

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

border-color css

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

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

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