Html Css Color HEX #495740 Cabbage Pont

📋 copy color: '#495740'

red 73 ◦ green 87 ◦ blue 64

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

Shades of Cabbage Pont #495740

Tints of Cabbage Pont #495740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.84%

 BLUE value IS 64 (25.39% from 255) = 28.57%

R = 32.59%
G = 38.84%
B = 28.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#495740 (or 0x495740) is known color: Cabbage Pont. HEX triplet: 49, 57 and 40. RGB value is (73,87,64). Sum of RGB (Red+Green+Blue) = 73+87+64=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #495740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495740 is #B6A8BF. Grayscale: #505050. Windows color (decimal): -11970752 or 4216649. OLE color: 4216649.

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

Color convert

RGB 73 87 64 -
CMYK 0.16 0 0.26 0.66
HSL 96.52º 0.15% 0.3% -
HSV(B) 96.52º 0.26% 0.34% -
XYZ 7.08 8.6 6.14 -
YUV 80.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 73 87 64 0.16 0 0.26 0.66 96.52 0.15 0.3
Hex 49 57 40 10 0 1A 42 61 F 1E
Octal 111 127 100 20 0 32 102 141 17 36
Binary 1001001 1010111 1000000 10000 0 11010 1000010 1100001 1111 11110

Color Harmonies of #495740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495740

Black with #495740

Text Example


Text Example

White with #495740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495740; }

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

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

background-color css

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

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

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

border-color css

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

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

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