Html Css Color HEX #319075 Viridian

📋 copy color: '#319075'

red 49 ◦ green 144 ◦ blue 117

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

Shades of Viridian #319075

Tints of Viridian #319075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.45%

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 15.81%
G = 46.45%
B = 37.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#319075 (or 0x319075) is known color: Viridian. HEX triplet: 31, 90 and 75. RGB value is (49,144,117). Sum of RGB (Red+Green+Blue) = 49+144+117=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #319075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319075 is #CE6F8A. Grayscale: #707070. Windows color (decimal): -13528971 or 7704625. OLE color: 7704625.

HSL color Cylindrical-coordinate representation of color #319075: hue angle of 162.95º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319075 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 144 117 -
CMYK 0.66 0 0.19 0.44
HSL 162.95º 0.49% 0.38% -
HSV(B) 162.95º 0.66% 0.56% -
XYZ 14.45 21.88 20.29 -
YUV 112.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 49 144 117 0.66 0 0.19 0.44 162.95 0.49 0.38
Hex 31 90 75 42 0 13 2C A3 31 26
Octal 61 220 165 102 0 23 54 243 61 46
Binary 110001 10010000 1110101 1000010 0 10011 101100 10100011 110001 100110

Color Harmonies of #319075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319075

Black with #319075

Text Example


Text Example

White with #319075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319075; }

 p { color: rgb(49,144,117); }

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

background-color css

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

 a { background-color: rgb(49,144,117); }

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

border-color css

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

 span { border-color: rgb(49,144,117); }

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