Html Css Color HEX #495444 Cabbage Pont

📋 copy color: '#495444'

red 73 ◦ green 84 ◦ blue 68

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

Shades of Cabbage Pont #495444

Tints of Cabbage Pont #495444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.33%

 BLUE value IS 68 (26.95% from 255) = 30.22%

R = 32.44%
G = 37.33%
B = 30.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#495444 (or 0x495444) is known color: Cabbage Pont. HEX triplet: 49, 54 and 44. RGB value is (73,84,68). Sum of RGB (Red+Green+Blue) = 73+84+68=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #495444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495444 is #B6ABBB. Grayscale: #4E4E4E. Windows color (decimal): -11971516 or 4478025. OLE color: 4478025.

HSL color Cylindrical-coordinate representation of color #495444: hue angle of 101.25º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #495444 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 68 -
CMYK 0.13 0 0.19 0.67
HSL 101.25º 0.11% 0.3% -
HSV(B) 101.25º 0.19% 0.33% -
XYZ 6.96 8.17 6.68 -
YUV 78.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 73 84 68 0.13 0 0.19 0.67 101.25 0.11 0.3
Hex 49 54 44 D 0 13 43 65 B 1E
Octal 111 124 104 15 0 23 103 145 13 36
Binary 1001001 1010100 1000100 1101 0 10011 1000011 1100101 1011 11110

Color Harmonies of #495444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495444

Black with #495444

Text Example


Text Example

White with #495444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495444; }

 p { color: rgb(73,84,68); }

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

background-color css

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

 a { background-color: rgb(73,84,68); }

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

border-color css

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

 span { border-color: rgb(73,84,68); }

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