Html Css Color HEX #497A65 Viridian

📋 copy color: '#497A65'

red 73 ◦ green 122 ◦ blue 101

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

Shades of Viridian #497A65

Tints of Viridian #497A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 24.66%
G = 41.22%
B = 34.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#497A65 (or 0x497A65) is known color: Viridian. HEX triplet: 49, 7A and 65. RGB value is (73,122,101). Sum of RGB (Red+Green+Blue) = 73+122+101=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #497A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A65 is #B6859A. Grayscale: #686868. Windows color (decimal): -11961755 or 6650441. OLE color: 6650441.

HSL color Cylindrical-coordinate representation of color #497A65: hue angle of 154.29º 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 #497A65 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 101 -
CMYK 0.40 0 0.17 0.52
HSL 154.29º 0.25% 0.38% -
HSV(B) 154.29º 0.4% 0.48% -
XYZ 12.06 16.28 14.82 -
YUV 104.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 73 122 101 0.40 0 0.17 0.52 154.29 0.25 0.38
Hex 49 7A 65 28 0 11 34 9A 19 26
Octal 111 172 145 50 0 21 64 232 31 46
Binary 1001001 1111010 1100101 101000 0 10001 110100 10011010 11001 100110

Color Harmonies of #497A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A65

Black with #497A65

Text Example


Text Example

White with #497A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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