Html Css Color HEX #495650 Cape Cod

📋 copy color: '#495650'

red 73 ◦ green 86 ◦ blue 80

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

Shades of Cape Cod #495650

Tints of Cape Cod #495650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

 BLUE value IS 80 (31.64% from 255) = 33.47%

R = 30.54%
G = 35.98%
B = 33.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#495650 (or 0x495650) is known color: Cape Cod. HEX triplet: 49, 56 and 50. RGB value is (73,86,80). Sum of RGB (Red+Green+Blue) = 73+86+80=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 86 - color contains mainly: green. Hex color #495650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495650 is #B6A9AF. Grayscale: #515151. Windows color (decimal): -11970992 or 5264969. OLE color: 5264969.

HSL color Cylindrical-coordinate representation of color #495650: hue angle of 152.31º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #495650 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 86 80 -
CMYK 0.15 0 0.07 0.66
HSL 152.31º 0.08% 0.31% -
HSV(B) 152.31º 0.15% 0.34% -
XYZ 7.52 8.65 8.86 -
YUV 81.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 73 86 80 0.15 0 0.07 0.66 152.31 0.08 0.31
Hex 49 56 50 F 0 7 42 98 8 1F
Octal 111 126 120 17 0 7 102 230 10 37
Binary 1001001 1010110 1010000 1111 0 111 1000010 10011000 1000 11111

Color Harmonies of #495650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495650

Black with #495650

Text Example


Text Example

White with #495650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495650; }

 p { color: rgb(73,86,80); }

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

background-color css

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

 a { background-color: rgb(73,86,80); }

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

border-color css

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

 span { border-color: rgb(73,86,80); }

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