#485642

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

Shades of Cabbage Pont #485642

Tints of Cabbage Pont #485642

Color information

#485642 (or 0x485642) is unknown color: approx Cabbage Pont. HEX triplet: 48, 56 and 42. RGB value is (72,86,66). Sum of RGB (Red+Green+Blue) = 72+86+66=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #485642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485642 is #B7A9BD. Grayscale: #4F4F4F. Windows color (decimal): -12036542 or 4347464. OLE color: 4347464.

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

Color convert

RGB728666-
CMYK0.1600.230.66
HSL102º13.16%29.8%-
HSV(B)102º23.26%33.73%-
XYZ6.988.436.41-
YUV79.53120.36122.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 66 (26.17% from 255) = 29.46%
R=32.14%
G=38.39%
B=29.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286660.1600.230.6610213.1629.8
Hex485642100174266d1e
Octal110126102200271021461536
Binary1001000101011010000101000001011110000101100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485642; }

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

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

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

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

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

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

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

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