Html Css Color HEX #497865 Viridian

📋 copy color: '#497865'

red 73 ◦ green 120 ◦ blue 101

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

Shades of Viridian #497865

Tints of Viridian #497865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.82%

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

R = 24.83%
G = 40.82%
B = 34.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#497865 (or 0x497865) is known color: Viridian. HEX triplet: 49, 78 and 65. RGB value is (73,120,101). Sum of RGB (Red+Green+Blue) = 73+120+101=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #497865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497865 is #B6879A. Grayscale: #676767. Windows color (decimal): -11962267 or 6649929. OLE color: 6649929.

HSL color Cylindrical-coordinate representation of color #497865: hue angle of 155.74º 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 #497865 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 120 101 -
CMYK 0.39 0 0.16 0.53
HSL 155.74º 0.24% 0.38% -
HSV(B) 155.74º 0.39% 0.47% -
XYZ 11.81 15.79 14.74 -
YUV 103.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 73 120 101 0.39 0 0.16 0.53 155.74 0.24 0.38
Hex 49 78 65 27 0 10 35 9C 18 26
Octal 111 170 145 47 0 20 65 234 30 46
Binary 1001001 1111000 1100101 100111 0 10000 110101 10011100 11000 100110

Color Harmonies of #497865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497865

Black with #497865

Text Example


Text Example

White with #497865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497865; }

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

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

background-color css

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

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

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

border-color css

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

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

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