Html Css Color HEX #497A66 Viridian

📋 copy color: '#497A66'

red 73 ◦ green 122 ◦ blue 102

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

Shades of Viridian #497A66

Tints of Viridian #497A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.08%

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

R = 24.58%
G = 41.08%
B = 34.34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#497A66 (or 0x497A66) is known color: Viridian. HEX triplet: 49, 7A and 66. RGB value is (73,122,102). Sum of RGB (Red+Green+Blue) = 73+122+102=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #497A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A66 is #B68599. Grayscale: #696969. Windows color (decimal): -11961754 or 6715977. OLE color: 6715977.

HSL color Cylindrical-coordinate representation of color #497A66: hue angle of 155.51º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A66 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 102 -
CMYK 0.40 0 0.16 0.52
HSL 155.51º 0.25% 0.38% -
HSV(B) 155.51º 0.4% 0.48% -
XYZ 12.11 16.29 15.08 -
YUV 105.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 73 122 102 0.40 0 0.16 0.52 155.51 0.25 0.38
Hex 49 7A 66 28 0 10 34 9C 19 26
Octal 111 172 146 50 0 20 64 234 31 46
Binary 1001001 1111010 1100110 101000 0 10000 110100 10011100 11001 100110

Color Harmonies of #497A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A66

Black with #497A66

Text Example


Text Example

White with #497A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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