Html Css Color HEX #497C69 Viridian

📋 copy color: '#497C69'

red 73 ◦ green 124 ◦ blue 105

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

Shades of Viridian #497C69

Tints of Viridian #497C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.06%

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

R = 24.17%
G = 41.06%
B = 34.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#497C69 (or 0x497C69) is known color: Viridian. HEX triplet: 49, 7C and 69. RGB value is (73,124,105). Sum of RGB (Red+Green+Blue) = 73+124+105=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #497C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C69 is #B68396. Grayscale: #6A6A6A. Windows color (decimal): -11961239 or 6913097. OLE color: 6913097.

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

Color convert

RGB 73 124 105 -
CMYK 0.41 0 0.15 0.51
HSL 157.65º 0.26% 0.39% -
HSV(B) 157.65º 0.41% 0.49% -
XYZ 12.51 16.85 15.96 -
YUV 106.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 73 124 105 0.41 0 0.15 0.51 157.65 0.26 0.39
Hex 49 7C 69 29 0 F 33 9E 1A 27
Octal 111 174 151 51 0 17 63 236 32 47
Binary 1001001 1111100 1101001 101001 0 1111 110011 10011110 11010 100111

Color Harmonies of #497C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C69

Black with #497C69

Text Example


Text Example

White with #497C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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