Html Css Color HEX #497969 Viridian

📋 copy color: '#497969'

red 73 ◦ green 121 ◦ blue 105

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

Shades of Viridian #497969

Tints of Viridian #497969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.47%

 BLUE value IS 105 (41.41% from 255) = 35.12%

R = 24.41%
G = 40.47%
B = 35.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#497969 (or 0x497969) is known color: Viridian. HEX triplet: 49, 79 and 69. RGB value is (73,121,105). Sum of RGB (Red+Green+Blue) = 73+121+105=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 121 - color contains mainly: green. Hex color #497969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497969 is #B68696. Grayscale: #686868. Windows color (decimal): -11962007 or 6912329. OLE color: 6912329.

HSL color Cylindrical-coordinate representation of color #497969: hue angle of 160º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497969 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 105 -
CMYK 0.40 0 0.13 0.53
HSL 160º 0.25% 0.38% -
HSV(B) 160º 0.4% 0.47% -
XYZ 12.13 16.11 15.83 -
YUV 104.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 73 121 105 0.40 0 0.13 0.53 160 0.25 0.38
Hex 49 79 69 28 0 D 35 A0 19 26
Octal 111 171 151 50 0 15 65 240 31 46
Binary 1001001 1111001 1101001 101000 0 1101 110101 10100000 11001 100110

Color Harmonies of #497969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497969

Black with #497969

Text Example


Text Example

White with #497969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497969; }

 p { color: rgb(73,121,105); }

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

background-color css

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

 a { background-color: rgb(73,121,105); }

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

border-color css

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

 span { border-color: rgb(73,121,105); }

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