Html Css Color HEX #497555 Como

📋 copy color: '#497555'

red 73 ◦ green 117 ◦ blue 85

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

Shades of Como #497555

Tints of Como #497555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.55%

 BLUE value IS 85 (33.59% from 255) = 30.91%

R = 26.55%
G = 42.55%
B = 30.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#497555 (or 0x497555) is known color: Como. HEX triplet: 49, 75 and 55. RGB value is (73,117,85). Sum of RGB (Red+Green+Blue) = 73+117+85=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #497555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497555 is #B68AAA. Grayscale: #646464. Windows color (decimal): -11963051 or 5600585. OLE color: 5600585.

HSL color Cylindrical-coordinate representation of color #497555: hue angle of 136.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497555 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 85 -
CMYK 0.38 0 0.27 0.54
HSL 136.36º 0.23% 0.37% -
HSV(B) 136.36º 0.38% 0.46% -
XYZ 10.75 14.79 10.88 -
YUV 100.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 73 117 85 0.38 0 0.27 0.54 136.36 0.23 0.37
Hex 49 75 55 26 0 1B 36 88 17 25
Octal 111 165 125 46 0 33 66 210 27 45
Binary 1001001 1110101 1010101 100110 0 11011 110110 10001000 10111 100101

Color Harmonies of #497555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497555

Black with #497555

Text Example


Text Example

White with #497555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497555; }

 p { color: rgb(73,117,85); }

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

background-color css

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

 a { background-color: rgb(73,117,85); }

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

border-color css

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

 span { border-color: rgb(73,117,85); }

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