Html Css Color HEX #497766 Viridian

📋 copy color: '#497766'

red 73 ◦ green 119 ◦ blue 102

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

Shades of Viridian #497766

Tints of Viridian #497766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.48%

 BLUE value IS 102 (40.23% from 255) = 34.69%

R = 24.83%
G = 40.48%
B = 34.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#497766 (or 0x497766) is known color: Viridian. HEX triplet: 49, 77 and 66. RGB value is (73,119,102). Sum of RGB (Red+Green+Blue) = 73+119+102=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #497766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497766 is #B68899. Grayscale: #676767. Windows color (decimal): -11962522 or 6715209. OLE color: 6715209.

HSL color Cylindrical-coordinate representation of color #497766: hue angle of 157.83º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497766 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 119 102 -
CMYK 0.39 0 0.14 0.53
HSL 157.83º 0.24% 0.38% -
HSV(B) 157.83º 0.39% 0.47% -
XYZ 11.74 15.57 14.96 -
YUV 103.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 73 119 102 0.39 0 0.14 0.53 157.83 0.24 0.38
Hex 49 77 66 27 0 E 35 9E 18 26
Octal 111 167 146 47 0 16 65 236 30 46
Binary 1001001 1110111 1100110 100111 0 1110 110101 10011110 11000 100110

Color Harmonies of #497766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497766

Black with #497766

Text Example


Text Example

White with #497766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497766; }

 p { color: rgb(73,119,102); }

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

background-color css

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

 a { background-color: rgb(73,119,102); }

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

border-color css

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

 span { border-color: rgb(73,119,102); }

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