Html Css Color HEX #497A67 Viridian

📋 copy color: '#497A67'

red 73 ◦ green 122 ◦ blue 103

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

Shades of Viridian #497A67

Tints of Viridian #497A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.56%

R = 24.5%
G = 40.94%
B = 34.56%

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

#497A67 (or 0x497A67) is known color: Viridian. HEX triplet: 49, 7A and 67. RGB value is (73,122,103). Sum of RGB (Red+Green+Blue) = 73+122+103=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 122 - color contains mainly: green. Hex color #497A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A67 is #B68598. Grayscale: #696969. Windows color (decimal): -11961753 or 6781513. OLE color: 6781513.

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

Color convert

RGB 73 122 103 -
CMYK 0.40 0 0.16 0.52
HSL 156.73º 0.25% 0.38% -
HSV(B) 156.73º 0.4% 0.48% -
XYZ 12.16 16.31 15.34 -
YUV 105.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 73 122 103 0.40 0 0.16 0.52 156.73 0.25 0.38
Hex 49 7A 67 28 0 10 34 9D 19 26
Octal 111 172 147 50 0 20 64 235 31 46
Binary 1001001 1111010 1100111 101000 0 10000 110100 10011101 11001 100110

Color Harmonies of #497A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A67

Black with #497A67

Text Example


Text Example

White with #497A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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