#485939

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

Shades of Cabbage Pont #485939

Tints of Cabbage Pont #485939

Color information

#485939 (or 0x485939) is unknown color: approx Cabbage Pont. HEX triplet: 48, 59 and 39. RGB value is (72,89,57). Sum of RGB (Red+Green+Blue) = 72+89+57=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #485939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485939 is #B7A6C6. Grayscale: #505050. Windows color (decimal): -12035783 or 3758408. OLE color: 3758408.

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

Color convert

RGB728957-
CMYK0.1900.360.65
HSL91.87º21.92%28.63%-
HSV(B)91.87º35.96%34.9%-
XYZ6.988.825.2-
YUV80.27114.87122.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=33.03%
G=40.83%
B=26.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289570.1900.360.6591.8721.9228.63
Hex48593913024415c161d
Octal11013171230441011342635
Binary10010001011001111001100110100100100000110111001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485939; }

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

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

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

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

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

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

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

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