Html Css Color HEX #497D57 Como

📋 copy color: '#497D57'

red 73 ◦ green 125 ◦ blue 87

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

Shades of Como #497D57

Tints of Como #497D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.53%

R = 25.61%
G = 43.86%
B = 30.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#497D57 (or 0x497D57) is known color: Como. HEX triplet: 49, 7D and 57. RGB value is (73,125,87). Sum of RGB (Red+Green+Blue) = 73+125+87=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #497D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D57 is #B682A8. Grayscale: #696969. Windows color (decimal): -11961001 or 5733705. OLE color: 5733705.

HSL color Cylindrical-coordinate representation of color #497D57: hue angle of 136.15º 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 #497D57 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 87 -
CMYK 0.42 0 0.30 0.51
HSL 136.15º 0.26% 0.39% -
HSV(B) 136.15º 0.42% 0.49% -
XYZ 11.8 16.77 11.63 -
YUV 105.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 73 125 87 0.42 0 0.30 0.51 136.15 0.26 0.39
Hex 49 7D 57 2A 0 1E 33 88 1A 27
Octal 111 175 127 52 0 36 63 210 32 47
Binary 1001001 1111101 1010111 101010 0 11110 110011 10001000 11010 100111

Color Harmonies of #497D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D57

Black with #497D57

Text Example


Text Example

White with #497D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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