Html Css Color HEX #497866 Viridian

📋 copy color: '#497866'

red 73 ◦ green 120 ◦ blue 102

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

Shades of Viridian #497866

Tints of Viridian #497866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.58%

R = 24.75%
G = 40.68%
B = 34.58%

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

#497866 (or 0x497866) is known color: Viridian. HEX triplet: 49, 78 and 66. RGB value is (73,120,102). Sum of RGB (Red+Green+Blue) = 73+120+102=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #497866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497866 is #B68799. Grayscale: #676767. Windows color (decimal): -11962266 or 6715465. OLE color: 6715465.

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

Color convert

RGB 73 120 102 -
CMYK 0.39 0 0.15 0.53
HSL 157.02º 0.24% 0.38% -
HSV(B) 157.02º 0.39% 0.47% -
XYZ 11.86 15.81 15 -
YUV 103.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 73 120 102 0.39 0 0.15 0.53 157.02 0.24 0.38
Hex 49 78 66 27 0 F 35 9D 18 26
Octal 111 170 146 47 0 17 65 235 30 46
Binary 1001001 1111000 1100110 100111 0 1111 110101 10011101 11000 100110

Color Harmonies of #497866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497866

Black with #497866

Text Example


Text Example

White with #497866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497866; }

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

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

background-color css

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

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

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

border-color css

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

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

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