Html Css Color HEX #497F66 Viridian

📋 copy color: '#497F66'

red 73 ◦ green 127 ◦ blue 102

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

Shades of Viridian #497F66

Tints of Viridian #497F66

RGB

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

 GREEN value IS 127 (50% from 255) = 42.05%

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

R = 24.17%
G = 42.05%
B = 33.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#497F66 (or 0x497F66) is known color: Viridian. HEX triplet: 49, 7F and 66. RGB value is (73,127,102). Sum of RGB (Red+Green+Blue) = 73+127+102=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #497F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497F66 is #B68099. Grayscale: #6C6C6C. Windows color (decimal): -11960474 or 6717257. OLE color: 6717257.

HSL color Cylindrical-coordinate representation of color #497F66: hue angle of 152.22º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497F66 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 127 102 -
CMYK 0.43 0 0.20 0.50
HSL 152.22º 0.27% 0.39% -
HSV(B) 152.22º 0.43% 0.5% -
XYZ 12.74 17.55 15.29 -
YUV 108 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 73 127 102 0.43 0 0.20 0.50 152.22 0.27 0.39
Hex 49 7F 66 2B 0 14 32 98 1B 27
Octal 111 177 146 53 0 24 62 230 33 47
Binary 1001001 1111111 1100110 101011 0 10100 110010 10011000 11011 100111

Color Harmonies of #497F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F66

Black with #497F66

Text Example


Text Example

White with #497F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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