#485044

Color #485044 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #485044

Tints of Cabbage Pont #485044

Color information

#485044 (or 0x485044) is unknown color: approx Cabbage Pont. HEX triplet: 48, 50 and 44. RGB value is (72,80,68). Sum of RGB (Red+Green+Blue) = 72+80+68=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #485044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485044 is #B7AFBB. Grayscale: #4C4C4C. Windows color (decimal): -12038076 or 4477000. OLE color: 4477000.

HSL color Cylindrical-coordinate representation of color #485044: hue angle of 100º 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 #485044 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB728068-
CMYK0.1000.150.69
HSL100º8.11%29.02%-
HSV(B)100º15%31.37%-
XYZ6.587.536.58-
YUV76.24123.35124.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=32.73%
G=36.36%
B=30.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280680.1000.150.691008.1129.02
Hex485044A0F456481d
Octal110120104120171051441035
Binary10010001010000100010010100111110001011100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485044; }

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

 H1.HeaderClassName
 {
   color: #485044;
 }
 .AnyTagClassName
 {
   color: #485044;
 }
</style>
background-color css

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

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

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

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

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

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