Html Css Color HEX #495641 Cabbage Pont

📋 copy color: '#495641'

red 73 ◦ green 86 ◦ blue 65

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

Shades of Cabbage Pont #495641

Tints of Cabbage Pont #495641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.02%

R = 32.59%
G = 38.39%
B = 29.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#495641 (or 0x495641) is known color: Cabbage Pont. HEX triplet: 49, 56 and 41. RGB value is (73,86,65). Sum of RGB (Red+Green+Blue) = 73+86+65=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #495641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495641 is #B6A9BE. Grayscale: #4F4F4F. Windows color (decimal): -11971007 or 4281929. OLE color: 4281929.

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

Color convert

RGB 73 86 65 -
CMYK 0.15 0 0.24 0.66
HSL 97.14º 0.14% 0.3% -
HSV(B) 97.14º 0.24% 0.34% -
XYZ 7.03 8.45 6.26 -
YUV 79.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 73 86 65 0.15 0 0.24 0.66 97.14 0.14 0.3
Hex 49 56 41 F 0 18 42 61 E 1E
Octal 111 126 101 17 0 30 102 141 16 36
Binary 1001001 1010110 1000001 1111 0 11000 1000010 1100001 1110 11110

Color Harmonies of #495641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495641

Black with #495641

Text Example


Text Example

White with #495641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495641; }

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

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

background-color css

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

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

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

border-color css

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

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

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