#485740

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

Shades of Cabbage Pont #485740

Tints of Cabbage Pont #485740

Color information

#485740 (or 0x485740) is unknown color: approx Cabbage Pont. HEX triplet: 48, 57 and 40. RGB value is (72,87,64). Sum of RGB (Red+Green+Blue) = 72+87+64=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #485740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485740 is #B7A8BF. Grayscale: #4F4F4F. Windows color (decimal): -12036288 or 4216648. OLE color: 4216648.

HSL color Cylindrical-coordinate representation of color #485740: hue angle of 99.13º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #485740 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB728764-
CMYK0.1700.260.66
HSL99.13º15.23%29.61%-
HSV(B)99.13º26.44%34.12%-
XYZ7.018.566.13-
YUV79.89119.03122.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=32.29%
G=39.01%
B=28.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7287640.1700.260.6699.1315.2329.61
Hex4857401101A4263f1e
Octal110127100210321021431736
Binary1001000101011110000001000101101010000101100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485740; }

 p { color: rgb(72,87,64); }

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

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

 a { background-color: rgb(72,87,64); }

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

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

 span { border-color: rgb(72,87,64); }

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