#849795

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

Shades of Submarine #849795

Tints of Submarine #849795

Color information

#849795 (or 0x849795) is unknown color: approx Submarine. HEX triplet: 84, 97 and 95. RGB value is (132,151,149). Sum of RGB (Red+Green+Blue) = 132+151+149=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 151 - color contains mainly: green. Hex color #849795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849795 is #7B686A. Grayscale: #919191. Windows color (decimal): -8087659 or 9803652. OLE color: 9803652.

HSL color Cylindrical-coordinate representation of color #849795: hue angle of 173.68º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #849795 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB132151149-
CMYK0.1300.010.41
HSL173.68º8.37%55.49%-
HSV(B)173.68º12.58%59.22%-
XYZ26.0129.2132.7-
YUV145.09130.21118.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 151 (59.38% from 255) = 34.95%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=30.56%
G=34.95%
B=34.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321511490.1300.010.41173.688.3755.49
Hex849795D0129ae837
Octal2042272251501512561067
Binary100001001001011110010101110101101001101011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849795; }

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

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

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

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

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

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

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

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