Html Css Color HEX #499275 Viridian

📋 copy color: '#499275'

red 73 ◦ green 146 ◦ blue 117

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

Shades of Viridian #499275

Tints of Viridian #499275

RGB

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

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

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

R = 21.73%
G = 43.45%
B = 34.82%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#499275 (or 0x499275) is known color: Viridian. HEX triplet: 49, 92 and 75. RGB value is (73,146,117). Sum of RGB (Red+Green+Blue) = 73+146+117=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #499275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499275 is #B66D8A. Grayscale: #787878. Windows color (decimal): -11955595 or 7705161. OLE color: 7705161.

HSL color Cylindrical-coordinate representation of color #499275: hue angle of 156.16º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499275 is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 117 -
CMYK 0.5 0 0.20 0.43
HSL 156.16º 0.33% 0.43% -
HSV(B) 156.16º 0.5% 0.57% -
XYZ 16.24 23.26 20.46 -
YUV 120.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 73 146 117 0.5 0 0.20 0.43 156.16 0.33 0.43
Hex 49 92 75 32 0 14 2B 9C 21 2B
Octal 111 222 165 62 0 24 53 234 41 53
Binary 1001001 10010010 1110101 110010 0 10100 101011 10011100 100001 101011

Color Harmonies of #499275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499275

Black with #499275

Text Example


Text Example

White with #499275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499275; }

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

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

background-color css

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

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

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

border-color css

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

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

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