#485741

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

Shades of Cabbage Pont #485741

Tints of Cabbage Pont #485741

Color information

#485741 (or 0x485741) is unknown color: approx Cabbage Pont. HEX triplet: 48, 57 and 41. RGB value is (72,87,65). Sum of RGB (Red+Green+Blue) = 72+87+65=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #485741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485741 is #B7A8BE. Grayscale: #505050. Windows color (decimal): -12036287 or 4282184. OLE color: 4282184.

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

Color convert

RGB728765-
CMYK0.1700.250.66
HSL100.91º14.47%29.8%-
HSV(B)100.91º25.29%34.12%-
XYZ7.038.586.29-
YUV80.01119.53122.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=32.14%
G=38.84%
B=29.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7287650.1700.250.66100.9114.4729.8
Hex485741110194265e1e
Octal110127101210311021451636
Binary1001000101011110000011000101100110000101100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485741; }

 p { color: rgb(72,87,65); }

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

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

 a { background-color: rgb(72,87,65); }

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

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

 span { border-color: rgb(72,87,65); }

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