Html Css Color HEX #495345 Battleship Grey

📋 copy color: '#495345'

red 73 ◦ green 83 ◦ blue 69

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

Shades of Battleship Grey #495345

Tints of Battleship Grey #495345

RGB

 RED value IS 73 (28.91% from 255) = 32.44%

 GREEN value IS 83 (32.81% from 255) = 36.89%

 BLUE value IS 69 (27.34% from 255) = 30.67%

R = 32.44%
G = 36.89%
B = 30.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#495345 (or 0x495345) is known color: Battleship Grey. HEX triplet: 49, 53 and 45. RGB value is (73,83,69). Sum of RGB (Red+Green+Blue) = 73+83+69=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #495345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495345 is #B6ACBA. Grayscale: #4E4E4E. Windows color (decimal): -11971771 or 4543305. OLE color: 4543305.

HSL color Cylindrical-coordinate representation of color #495345: hue angle of 102.86º 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 #495345 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 83 69 -
CMYK 0.12 0 0.17 0.67
HSL 102.86º 0.09% 0.3% -
HSV(B) 102.86º 0.17% 0.33% -
XYZ 6.92 8.03 6.82 -
YUV 78.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 73 83 69 0.12 0 0.17 0.67 102.86 0.09 0.3
Hex 49 53 45 C 0 11 43 67 9 1E
Octal 111 123 105 14 0 21 103 147 11 36
Binary 1001001 1010011 1000101 1100 0 10001 1000011 1100111 1001 11110

Color Harmonies of #495345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495345

Black with #495345

Text Example


Text Example

White with #495345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495345; }

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

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

background-color css

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

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

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

border-color css

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

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

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