#485640

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

Shades of Cabbage Pont #485640

Tints of Cabbage Pont #485640

Color information

#485640 (or 0x485640) is unknown color: approx Cabbage Pont. HEX triplet: 48, 56 and 40. RGB value is (72,86,64). Sum of RGB (Red+Green+Blue) = 72+86+64=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #485640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485640 is #B7A9BF. Grayscale: #4F4F4F. Windows color (decimal): -12036544 or 4216392. OLE color: 4216392.

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

Color convert

RGB728664-
CMYK0.1600.260.66
HSL98.18º14.67%29.41%-
HSV(B)98.18º25.58%33.73%-
XYZ6.938.46.11-
YUV79.31119.36122.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=32.43%
G=38.74%
B=28.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286640.1600.260.6698.1814.6729.41
Hex4856401001A4262f1d
Octal110126100200321021421735
Binary1001000101011010000001000001101010000101100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485640; }

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

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

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

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

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

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

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

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