Html Css Color HEX #499274 Viridian

📋 copy color: '#499274'

red 73 ◦ green 146 ◦ blue 116

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

Shades of Viridian #499274

Tints of Viridian #499274

RGB

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

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

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

R = 21.79%
G = 43.58%
B = 34.63%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#499274 (or 0x499274) is known color: Viridian. HEX triplet: 49, 92 and 74. RGB value is (73,146,116). Sum of RGB (Red+Green+Blue) = 73+146+116=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #499274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499274 is #B66D8B. Grayscale: #787878. Windows color (decimal): -11955596 or 7639625. OLE color: 7639625.

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

Color convert

RGB 73 146 116 -
CMYK 0.5 0 0.21 0.43
HSL 155.34º 0.33% 0.43% -
HSV(B) 155.34º 0.5% 0.57% -
XYZ 16.18 23.24 20.16 -
YUV 120.75 125.32 93.94 -
System Red Green Blue C M Y K H S L
Decimal 73 146 116 0.5 0 0.21 0.43 155.34 0.33 0.43
Hex 49 92 74 32 0 15 2B 9B 21 2B
Octal 111 222 164 62 0 25 53 233 41 53
Binary 1001001 10010010 1110100 110010 0 10101 101011 10011011 100001 101011

Color Harmonies of #499274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499274

Black with #499274

Text Example


Text Example

White with #499274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499274; }

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

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

background-color css

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

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

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

border-color css

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

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

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