Html Css Color HEX #495044 Cabbage Pont

📋 copy color: '#495044'

red 73 ◦ green 80 ◦ blue 68

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

Shades of Cabbage Pont #495044

Tints of Cabbage Pont #495044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.2%

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

R = 33.03%
G = 36.2%
B = 30.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#495044 (or 0x495044) is known color: Cabbage Pont. HEX triplet: 49, 50 and 44. RGB value is (73,80,68). Sum of RGB (Red+Green+Blue) = 73+80+68=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 80 - color contains mainly: green. Hex color #495044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495044 is #B6AFBB. Grayscale: #4C4C4C. Windows color (decimal): -11972540 or 4477001. OLE color: 4477001.

HSL color Cylindrical-coordinate representation of color #495044: hue angle of 95º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #495044 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 68 -
CMYK 0.09 0 0.15 0.69
HSL 95º 0.08% 0.29% -
HSV(B) 95º 0.15% 0.31% -
XYZ 6.66 7.57 6.58 -
YUV 76.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 73 80 68 0.09 0 0.15 0.69 95 0.08 0.29
Hex 49 50 44 9 0 F 45 5F 8 1D
Octal 111 120 104 11 0 17 105 137 10 35
Binary 1001001 1010000 1000100 1001 0 1111 1000101 1011111 1000 11101

Color Harmonies of #495044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495044

Black with #495044

Text Example


Text Example

White with #495044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495044; }

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

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

background-color css

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

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

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

border-color css

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

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

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