#849395

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

Shades of Submarine #849395

Tints of Submarine #849395

Color information

#849395 (or 0x849395) is unknown color: approx Submarine. HEX triplet: 84, 93 and 95. RGB value is (132,147,149). Sum of RGB (Red+Green+Blue) = 132+147+149=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 149 - color contains mainly: blue. Hex color #849395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849395 is #7B6C6A. Grayscale: #8E8E8E. Windows color (decimal): -8088683 or 9802628. OLE color: 9802628.

HSL color Cylindrical-coordinate representation of color #849395: hue angle of 187.06º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #849395 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132147149-
CMYK0.110.0100.42
HSL187.06º7.42%55.1%-
HSV(B)187.06º11.41%58.43%-
XYZ25.3727.9432.49-
YUV142.74131.53120.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 147 (57.81% from 255) = 34.35%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=30.84%
G=34.35%
B=34.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321471490.110.0100.42187.067.4255.1
Hex849395B102Abb737
Octal204223225131052273767
Binary10000100100100111001010110111010101010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849395; }

 p { color: rgb(132,147,149); }

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

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

 a { background-color: rgb(132,147,149); }

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

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

 span { border-color: rgb(132,147,149); }

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