Html Css Color HEX #497D58 Como

📋 copy color: '#497D58'

red 73 ◦ green 125 ◦ blue 88

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

Shades of Como #497D58

Tints of Como #497D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.77%

R = 25.52%
G = 43.71%
B = 30.77%

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

#497D58 (or 0x497D58) is known color: Como. HEX triplet: 49, 7D and 58. RGB value is (73,125,88). Sum of RGB (Red+Green+Blue) = 73+125+88=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 125 - color contains mainly: green. Hex color #497D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D58 is #B682A7. Grayscale: #696969. Windows color (decimal): -11961000 or 5799241. OLE color: 5799241.

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

Color convert

RGB 73 125 88 -
CMYK 0.42 0 0.30 0.51
HSL 137.31º 0.26% 0.39% -
HSV(B) 137.31º 0.42% 0.49% -
XYZ 11.84 16.79 11.85 -
YUV 105.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 73 125 88 0.42 0 0.30 0.51 137.31 0.26 0.39
Hex 49 7D 58 2A 0 1E 33 89 1A 27
Octal 111 175 130 52 0 36 63 211 32 47
Binary 1001001 1111101 1011000 101010 0 11110 110011 10001001 11010 100111

Color Harmonies of #497D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D58

Black with #497D58

Text Example


Text Example

White with #497D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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