#485042

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

Shades of Cabbage Pont #485042

Tints of Cabbage Pont #485042

Color information

#485042 (or 0x485042) is unknown color: approx Cabbage Pont. HEX triplet: 48, 50 and 42. RGB value is (72,80,66). Sum of RGB (Red+Green+Blue) = 72+80+66=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #485042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485042 is #B7AFBD. Grayscale: #4C4C4C. Windows color (decimal): -12038078 or 4345928. OLE color: 4345928.

HSL color Cylindrical-coordinate representation of color #485042: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #485042 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB728066-
CMYK0.1000.170.69
HSL94.29º9.59%28.63%-
HSV(B)94.29º17.5%31.37%-
XYZ6.527.516.26-
YUV76.01122.35125.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 66 (26.17% from 255) = 30.28%
R=33.03%
G=36.70%
B=30.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280660.1000.170.6994.299.5928.63
Hex485042A011455ea1d
Octal110120102120211051361235
Binary100100010100001000010101001000110001011011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485042; }

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

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

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

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

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

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

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

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