Html Css Color HEX #497D5D Como

📋 copy color: '#497D5D'

red 73 ◦ green 125 ◦ blue 93

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

Shades of Como #497D5D

Tints of Como #497D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.96%

 BLUE value IS 93 (36.72% from 255) = 31.96%

R = 25.09%
G = 42.96%
B = 31.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#497D5D (or 0x497D5D) is known color: Como. HEX triplet: 49, 7D and 5D. RGB value is (73,125,93). Sum of RGB (Red+Green+Blue) = 73+125+93=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #497D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D5D is #B682A2. Grayscale: #696969. Windows color (decimal): -11960995 or 6126921. OLE color: 6126921.

HSL color Cylindrical-coordinate representation of color #497D5D: hue angle of 143.08º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497D5D is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 93 -
CMYK 0.42 0 0.26 0.51
HSL 143.08º 0.26% 0.39% -
HSV(B) 143.08º 0.42% 0.49% -
XYZ 12.06 16.87 12.98 -
YUV 105.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 73 125 93 0.42 0 0.26 0.51 143.08 0.26 0.39
Hex 49 7D 5D 2A 0 1A 33 8F 1A 27
Octal 111 175 135 52 0 32 63 217 32 47
Binary 1001001 1111101 1011101 101010 0 11010 110011 10001111 11010 100111

Color Harmonies of #497D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D5D

Black with #497D5D

Text Example


Text Example

White with #497D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497D5D; }

 p { color: rgb(73,125,93); }

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

background-color css

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

 a { background-color: rgb(73,125,93); }

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

border-color css

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

 span { border-color: rgb(73,125,93); }

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