Html Css Color HEX #495642 Cabbage Pont

📋 copy color: '#495642'

red 73 ◦ green 86 ◦ blue 66

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

Shades of Cabbage Pont #495642

Tints of Cabbage Pont #495642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.33%

R = 32.44%
G = 38.22%
B = 29.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#495642 (or 0x495642) is known color: Cabbage Pont. HEX triplet: 49, 56 and 42. RGB value is (73,86,66). Sum of RGB (Red+Green+Blue) = 73+86+66=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #495642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495642 is #B6A9BD. Grayscale: #4F4F4F. Windows color (decimal): -11971006 or 4347465. OLE color: 4347465.

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

Color convert

RGB 73 86 66 -
CMYK 0.15 0 0.23 0.66
HSL 99º 0.13% 0.3% -
HSV(B) 99º 0.23% 0.34% -
XYZ 7.06 8.47 6.42 -
YUV 79.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 73 86 66 0.15 0 0.23 0.66 99 0.13 0.3
Hex 49 56 42 F 0 17 42 63 D 1E
Octal 111 126 102 17 0 27 102 143 15 36
Binary 1001001 1010110 1000010 1111 0 10111 1000010 1100011 1101 11110

Color Harmonies of #495642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495642

Black with #495642

Text Example


Text Example

White with #495642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495642; }

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

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

background-color css

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

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

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

border-color css

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

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

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