Html Css Color HEX #495952 Cape Cod

📋 copy color: '#495952'

red 73 ◦ green 89 ◦ blue 82

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

Shades of Cape Cod #495952

Tints of Cape Cod #495952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.48%

 BLUE value IS 82 (32.42% from 255) = 33.61%

R = 29.92%
G = 36.48%
B = 33.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#495952 (or 0x495952) is known color: Cape Cod. HEX triplet: 49, 59 and 52. RGB value is (73,89,82). Sum of RGB (Red+Green+Blue) = 73+89+82=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #495952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495952 is #B6A6AD. Grayscale: #535353. Windows color (decimal): -11970222 or 5396809. OLE color: 5396809.

HSL color Cylindrical-coordinate representation of color #495952: hue angle of 153.75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495952 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 82 -
CMYK 0.18 0 0.08 0.65
HSL 153.75º 0.1% 0.32% -
HSV(B) 153.75º 0.18% 0.35% -
XYZ 7.84 9.17 9.34 -
YUV 83.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 73 89 82 0.18 0 0.08 0.65 153.75 0.1 0.32
Hex 49 59 52 12 0 8 41 9A A 20
Octal 111 131 122 22 0 10 101 232 12 40
Binary 1001001 1011001 1010010 10010 0 1000 1000001 10011010 1010 100000

Color Harmonies of #495952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495952

Black with #495952

Text Example


Text Example

White with #495952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495952; }

 p { color: rgb(73,89,82); }

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

background-color css

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

 a { background-color: rgb(73,89,82); }

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

border-color css

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

 span { border-color: rgb(73,89,82); }

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