Html Css Color HEX #497E68 Viridian

📋 copy color: '#497E68'

red 73 ◦ green 126 ◦ blue 104

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

Shades of Viridian #497E68

Tints of Viridian #497E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.58%

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 24.09%
G = 41.58%
B = 34.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#497E68 (or 0x497E68) is known color: Viridian. HEX triplet: 49, 7E and 68. RGB value is (73,126,104). Sum of RGB (Red+Green+Blue) = 73+126+104=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 126 - color contains mainly: green. Hex color #497E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497E68 is #B68197. Grayscale: #6B6B6B. Windows color (decimal): -11960728 or 6848073. OLE color: 6848073.

HSL color Cylindrical-coordinate representation of color #497E68: hue angle of 155.09º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497E68 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 126 104 -
CMYK 0.42 0 0.17 0.51
HSL 155.09º 0.27% 0.39% -
HSV(B) 155.09º 0.42% 0.49% -
XYZ 12.71 17.34 15.77 -
YUV 107.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 73 126 104 0.42 0 0.17 0.51 155.09 0.27 0.39
Hex 49 7E 68 2A 0 11 33 9B 1B 27
Octal 111 176 150 52 0 21 63 233 33 47
Binary 1001001 1111110 1101000 101010 0 10001 110011 10011011 11011 100111

Color Harmonies of #497E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497E68

Black with #497E68

Text Example


Text Example

White with #497E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,126,104); }

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

background-color css

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

 a { background-color: rgb(73,126,104); }

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

border-color css

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

 span { border-color: rgb(73,126,104); }

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