Html Css Color HEX #499075 Viridian

📋 copy color: '#499075'

red 73 ◦ green 144 ◦ blue 117

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

Shades of Viridian #499075

Tints of Viridian #499075

RGB

 RED value IS 73 (28.91% from 255) = 21.86%

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

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

R = 21.86%
G = 43.11%
B = 35.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#499075 (or 0x499075) is known color: Viridian. HEX triplet: 49, 90 and 75. RGB value is (73,144,117). Sum of RGB (Red+Green+Blue) = 73+144+117=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #499075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499075 is #B66F8A. Grayscale: #777777. Windows color (decimal): -11956107 or 7704649. OLE color: 7704649.

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

Color convert

RGB 73 144 117 -
CMYK 0.49 0 0.19 0.44
HSL 157.18º 0.33% 0.43% -
HSV(B) 157.18º 0.49% 0.56% -
XYZ 15.93 22.65 20.36 -
YUV 119.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 73 144 117 0.49 0 0.19 0.44 157.18 0.33 0.43
Hex 49 90 75 31 0 13 2C 9D 21 2B
Octal 111 220 165 61 0 23 54 235 41 53
Binary 1001001 10010000 1110101 110001 0 10011 101100 10011101 100001 101011

Color Harmonies of #499075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499075

Black with #499075

Text Example


Text Example

White with #499075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499075; }

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

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

background-color css

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

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

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

border-color css

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

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

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