Html Css Color HEX #495839 Cabbage Pont

📋 copy color: '#495839'

red 73 ◦ green 88 ◦ blue 57

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

Shades of Cabbage Pont #495839

Tints of Cabbage Pont #495839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 26.15%

R = 33.49%
G = 40.37%
B = 26.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#495839 (or 0x495839) is known color: Cabbage Pont. HEX triplet: 49, 58 and 39. RGB value is (73,88,57). Sum of RGB (Red+Green+Blue) = 73+88+57=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #495839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495839 is #B6A7C6. Grayscale: #505050. Windows color (decimal): -11970503 or 3758153. OLE color: 3758153.

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

Color convert

RGB 73 88 57 -
CMYK 0.17 0 0.35 0.65
HSL 89.03º 0.21% 0.28% -
HSV(B) 89.03º 0.35% 0.35% -
XYZ 6.98 8.69 5.18 -
YUV 79.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 73 88 57 0.17 0 0.35 0.65 89.03 0.21 0.28
Hex 49 58 39 11 0 23 41 59 15 1C
Octal 111 130 71 21 0 43 101 131 25 34
Binary 1001001 1011000 111001 10001 0 100011 1000001 1011001 10101 11100

Color Harmonies of #495839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495839

Black with #495839

Text Example


Text Example

White with #495839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495839; }

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

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

background-color css

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

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

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

border-color css

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

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

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