Html Css Color HEX #497968 Viridian

📋 copy color: '#497968'

red 73 ◦ green 121 ◦ blue 104

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

Shades of Viridian #497968

Tints of Viridian #497968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.6%

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

R = 24.5%
G = 40.6%
B = 34.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#497968 (or 0x497968) is known color: Viridian. HEX triplet: 49, 79 and 68. RGB value is (73,121,104). Sum of RGB (Red+Green+Blue) = 73+121+104=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #497968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497968 is #B68697. Grayscale: #686868. Windows color (decimal): -11962008 or 6846793. OLE color: 6846793.

HSL color Cylindrical-coordinate representation of color #497968: hue angle of 158.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497968 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 104 -
CMYK 0.40 0 0.14 0.53
HSL 158.75º 0.25% 0.38% -
HSV(B) 158.75º 0.4% 0.47% -
XYZ 12.08 16.09 15.57 -
YUV 104.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 73 121 104 0.40 0 0.14 0.53 158.75 0.25 0.38
Hex 49 79 68 28 0 E 35 9F 19 26
Octal 111 171 150 50 0 16 65 237 31 46
Binary 1001001 1111001 1101000 101000 0 1110 110101 10011111 11001 100110

Color Harmonies of #497968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497968

Black with #497968

Text Example


Text Example

White with #497968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497968; }

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

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

background-color css

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

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

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

border-color css

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

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

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