Html Css Color HEX #497A69 Viridian

📋 copy color: '#497A69'

red 73 ◦ green 122 ◦ blue 105

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

Shades of Viridian #497A69

Tints of Viridian #497A69

RGB

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

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

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

R = 24.33%
G = 40.67%
B = 35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#497A69 (or 0x497A69) is known color: Viridian. HEX triplet: 49, 7A and 69. RGB value is (73,122,105). Sum of RGB (Red+Green+Blue) = 73+122+105=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #497A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A69 is #B68596. Grayscale: #696969. Windows color (decimal): -11961751 or 6912585. OLE color: 6912585.

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

Color convert

RGB 73 122 105 -
CMYK 0.40 0 0.14 0.52
HSL 159.18º 0.25% 0.38% -
HSV(B) 159.18º 0.4% 0.48% -
XYZ 12.26 16.36 15.88 -
YUV 105.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 73 122 105 0.40 0 0.14 0.52 159.18 0.25 0.38
Hex 49 7A 69 28 0 E 34 9F 19 26
Octal 111 172 151 50 0 16 64 237 31 46
Binary 1001001 1111010 1101001 101000 0 1110 110100 10011111 11001 100110

Color Harmonies of #497A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A69

Black with #497A69

Text Example


Text Example

White with #497A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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