#485838

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

Shades of Cabbage Pont #485838

Tints of Cabbage Pont #485838

Color information

#485838 (or 0x485838) is unknown color: approx Cabbage Pont. HEX triplet: 48, 58 and 38. RGB value is (72,88,56). Sum of RGB (Red+Green+Blue) = 72+88+56=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #485838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485838 is #B7A7C7. Grayscale: #4F4F4F. Windows color (decimal): -12036040 or 3692616. OLE color: 3692616.

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

Color convert

RGB728856-
CMYK0.1800.360.65
HSL90º22.22%28.24%-
HSV(B)90º36.36%34.51%-
XYZ6.888.645.05-
YUV79.57114.7122.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=33.33%
G=40.74%
B=25.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288560.1800.360.659022.2228.24
Hex48583812024415a161c
Octal11013070220441011322634
Binary10010001011000111000100100100100100000110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485838; }

 p { color: rgb(72,88,56); }

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

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

 a { background-color: rgb(72,88,56); }

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

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

 span { border-color: rgb(72,88,56); }

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