Html Css Color HEX #949595 Submarine

📋 copy color: '#949595'

red 148 ◦ green 149 ◦ blue 149

#949595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #949595

Tints of Submarine #949595

RGB

 RED value IS 148 (58.2% from 255) = 33.18%

 GREEN value IS 149 (58.59% from 255) = 33.41%

 BLUE value IS 149 (58.59% from 255) = 33.41%

R = 33.18%
G = 33.41%
B = 33.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#949595 (or 0x949595) is known color: Submarine. HEX triplet: 94, 95 and 95. RGB value is (148,149,149). Sum of RGB (Red+Green+Blue) = 148+149+149=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #949595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949595 is #6B6A6A. Grayscale: #949494. Windows color (decimal): -7039595 or 9803156. OLE color: 9803156.

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

Color convert

RGB 148 149 149 -
CMYK 0.01 0 0 0.42
HSL 180º 0% 0.58% -
HSV(B) 180º 0.01% 0.58% -
XYZ 28.39 29.96 32.72 -
YUV 148.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 148 149 149 0.01 0 0 0.42 180 0 0.58
Hex 94 95 95 1 0 0 2A B4 0 3A
Octal 224 225 225 1 0 0 52 264 0 72
Binary 10010100 10010101 10010101 1 0 0 101010 10110100 0 111010

Color Harmonies of #949595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949595

Black with #949595

Text Example


Text Example

White with #949595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949595; }

 p { color: rgb(148,149,149); }

 H1.HeaderClassName
 {
   color: #949595;
 }
 .AnyTagClassName
 {
   color: #949595;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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