#485639

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

Shades of Cabbage Pont #485639

Tints of Cabbage Pont #485639

Color information

#485639 (or 0x485639) is unknown color: approx Cabbage Pont. HEX triplet: 48, 56 and 39. RGB value is (72,86,57). Sum of RGB (Red+Green+Blue) = 72+86+57=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #485639 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485639 is #B7A9C6. Grayscale: #4E4E4E. Windows color (decimal): -12036551 or 3757640. OLE color: 3757640.

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

Color convert

RGB728657-
CMYK0.1600.340.66
HSL88.97º20.28%28.04%-
HSV(B)88.97º33.72%33.73%-
XYZ6.748.335.12-
YUV78.51115.86123.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 57 (22.66% from 255) = 26.51%
R=33.49%
G=40%
B=26.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286570.1600.340.6688.9720.2828.04
Hex485639100224259141c
Octal11012671200421021312434
Binary10010001010110111001100000100010100001010110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485639; }

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

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

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

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

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

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

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

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