Html Css Color HEX #495045 Cabbage Pont

📋 copy color: '#495045'

red 73 ◦ green 80 ◦ blue 69

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

Shades of Cabbage Pont #495045

Tints of Cabbage Pont #495045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.08%

R = 32.88%
G = 36.04%
B = 31.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#495045 (or 0x495045) is known color: Cabbage Pont. HEX triplet: 49, 50 and 45. RGB value is (73,80,69). Sum of RGB (Red+Green+Blue) = 73+80+69=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #495045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495045 is #B6AFBA. Grayscale: #4C4C4C. Windows color (decimal): -11972539 or 4542537. OLE color: 4542537.

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

Color convert

RGB 73 80 69 -
CMYK 0.09 0 0.14 0.69
HSL 98.18º 0.07% 0.29% -
HSV(B) 98.18º 0.14% 0.31% -
XYZ 6.69 7.58 6.74 -
YUV 76.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 73 80 69 0.09 0 0.14 0.69 98.18 0.07 0.29
Hex 49 50 45 9 0 E 45 62 7 1D
Octal 111 120 105 11 0 16 105 142 7 35
Binary 1001001 1010000 1000101 1001 0 1110 1000101 1100010 111 11101

Color Harmonies of #495045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495045

Black with #495045

Text Example


Text Example

White with #495045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495045; }

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

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

background-color css

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

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

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

border-color css

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

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

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