#485940

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

Shades of Cabbage Pont #485940

Tints of Cabbage Pont #485940

Color information

#485940 (or 0x485940) is unknown color: approx Cabbage Pont. HEX triplet: 48, 59 and 40. RGB value is (72,89,64). Sum of RGB (Red+Green+Blue) = 72+89+64=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #485940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485940 is #B7A6BF. Grayscale: #515151. Windows color (decimal): -12035776 or 4217160. OLE color: 4217160.

HSL color Cylindrical-coordinate representation of color #485940: hue angle of 100.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #485940 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB728964-
CMYK0.1900.280.65
HSL100.8º16.34%30%-
HSV(B)100.8º28.09%34.9%-
XYZ7.178.896.19-
YUV81.07118.37121.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=32%
G=39.56%
B=28.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289640.1900.280.65100.816.3430
Hex4859401301C4165101e
Octal110131100230341011452036
Binary10010001011001100000010011011100100000111001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485940; }

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

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

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

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

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

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

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

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