Html Css Color HEX #497665 Viridian

📋 copy color: '#497665'

red 73 ◦ green 118 ◦ blue 101

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

Shades of Viridian #497665

Tints of Viridian #497665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.41%

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

R = 25%
G = 40.41%
B = 34.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#497665 (or 0x497665) is known color: Viridian. HEX triplet: 49, 76 and 65. RGB value is (73,118,101). Sum of RGB (Red+Green+Blue) = 73+118+101=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #497665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497665 is #B6899A. Grayscale: #666666. Windows color (decimal): -11962779 or 6649417. OLE color: 6649417.

HSL color Cylindrical-coordinate representation of color #497665: hue angle of 157.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497665 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 101 -
CMYK 0.38 0 0.14 0.54
HSL 157.33º 0.24% 0.37% -
HSV(B) 157.33º 0.38% 0.46% -
XYZ 11.58 15.31 14.66 -
YUV 102.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 73 118 101 0.38 0 0.14 0.54 157.33 0.24 0.37
Hex 49 76 65 26 0 E 36 9D 18 25
Octal 111 166 145 46 0 16 66 235 30 45
Binary 1001001 1110110 1100101 100110 0 1110 110110 10011101 11000 100101

Color Harmonies of #497665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497665

Black with #497665

Text Example


Text Example

White with #497665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497665; }

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

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

background-color css

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

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

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

border-color css

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

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

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