Html Css Color HEX #497765 Viridian

📋 copy color: '#497765'

red 73 ◦ green 119 ◦ blue 101

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

Shades of Viridian #497765

Tints of Viridian #497765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.61%

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

R = 24.91%
G = 40.61%
B = 34.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#497765 (or 0x497765) is known color: Viridian. HEX triplet: 49, 77 and 65. RGB value is (73,119,101). Sum of RGB (Red+Green+Blue) = 73+119+101=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #497765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497765 is #B6889A. Grayscale: #676767. Windows color (decimal): -11962523 or 6649673. OLE color: 6649673.

HSL color Cylindrical-coordinate representation of color #497765: hue angle of 156.52º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497765 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 119 101 -
CMYK 0.39 0 0.15 0.53
HSL 156.52º 0.24% 0.38% -
HSV(B) 156.52º 0.39% 0.47% -
XYZ 11.69 15.55 14.7 -
YUV 103.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 73 119 101 0.39 0 0.15 0.53 156.52 0.24 0.38
Hex 49 77 65 27 0 F 35 9D 18 26
Octal 111 167 145 47 0 17 65 235 30 46
Binary 1001001 1110111 1100101 100111 0 1111 110101 10011101 11000 100110

Color Harmonies of #497765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497765

Black with #497765

Text Example


Text Example

White with #497765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497765; }

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

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

background-color css

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

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

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

border-color css

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

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

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