Html Css Color HEX #497E69 Viridian

📋 copy color: '#497E69'

red 73 ◦ green 126 ◦ blue 105

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

Shades of Viridian #497E69

Tints of Viridian #497E69

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.45%

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

R = 24.01%
G = 41.45%
B = 34.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#497E69 (or 0x497E69) is known color: Viridian. HEX triplet: 49, 7E and 69. RGB value is (73,126,105). Sum of RGB (Red+Green+Blue) = 73+126+105=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 126 - color contains mainly: green. Hex color #497E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497E69 is #B68196. Grayscale: #6B6B6B. Windows color (decimal): -11960727 or 6913609. OLE color: 6913609.

HSL color Cylindrical-coordinate representation of color #497E69: hue angle of 156.23º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497E69 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 126 105 -
CMYK 0.42 0 0.17 0.51
HSL 156.23º 0.27% 0.39% -
HSV(B) 156.23º 0.42% 0.49% -
XYZ 12.76 17.36 16.04 -
YUV 107.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 73 126 105 0.42 0 0.17 0.51 156.23 0.27 0.39
Hex 49 7E 69 2A 0 11 33 9C 1B 27
Octal 111 176 151 52 0 21 63 234 33 47
Binary 1001001 1111110 1101001 101010 0 10001 110011 10011100 11011 100111

Color Harmonies of #497E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497E69

Black with #497E69

Text Example


Text Example

White with #497E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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