#485345

Color #485345 Battleship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Battleship Grey #485345

Tints of Battleship Grey #485345

Color information

#485345 (or 0x485345) is unknown color: approx Battleship Grey. HEX triplet: 48, 53 and 45. RGB value is (72,83,69). Sum of RGB (Red+Green+Blue) = 72+83+69=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #485345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485345 is #B7ACBA. Grayscale: #4E4E4E. Windows color (decimal): -12037307 or 4543304. OLE color: 4543304.

HSL color Cylindrical-coordinate representation of color #485345: hue angle of 107.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #485345 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB728369-
CMYK0.1300.170.67
HSL107.14º9.21%29.8%-
HSV(B)107.14º16.87%32.55%-
XYZ6.847.996.81-
YUV78.11122.86123.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=32.14%
G=37.05%
B=30.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283690.1300.170.67107.149.2129.8
Hex485345D011436b91e
Octal110123105150211031531136
Binary100100010100111000101110101000110000111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485345; }

 p { color: rgb(72,83,69); }

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

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

 a { background-color: rgb(72,83,69); }

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

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

 span { border-color: rgb(72,83,69); }

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