Html Css Color HEX #495840 Cabbage Pont

📋 copy color: '#495840'

red 73 ◦ green 88 ◦ blue 64

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

Shades of Cabbage Pont #495840

Tints of Cabbage Pont #495840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

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

R = 32.44%
G = 39.11%
B = 28.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#495840 (or 0x495840) is known color: Cabbage Pont. HEX triplet: 49, 58 and 40. RGB value is (73,88,64). Sum of RGB (Red+Green+Blue) = 73+88+64=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #495840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495840 is #B6A7BF. Grayscale: #505050. Windows color (decimal): -11970496 or 4216905. OLE color: 4216905.

HSL color Cylindrical-coordinate representation of color #495840: hue angle of 97.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #495840 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 64 -
CMYK 0.17 0 0.27 0.65
HSL 97.5º 0.16% 0.3% -
HSV(B) 97.5º 0.27% 0.35% -
XYZ 7.16 8.77 6.16 -
YUV 80.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 73 88 64 0.17 0 0.27 0.65 97.5 0.16 0.3
Hex 49 58 40 11 0 1B 41 62 10 1E
Octal 111 130 100 21 0 33 101 142 20 36
Binary 1001001 1011000 1000000 10001 0 11011 1000001 1100010 10000 11110

Color Harmonies of #495840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495840

Black with #495840

Text Example


Text Example

White with #495840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495840; }

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

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

background-color css

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

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

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

border-color css

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

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

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