Html Css Color HEX #495356 Trout

📋 copy color: '#495356'

red 73 ◦ green 83 ◦ blue 86

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

Shades of Trout #495356

Tints of Trout #495356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.54%

R = 30.17%
G = 34.3%
B = 35.54%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#495356 (or 0x495356) is known color: Trout. HEX triplet: 49, 53 and 56. RGB value is (73,83,86). Sum of RGB (Red+Green+Blue) = 73+83+86=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 86 - color contains mainly: blue. Hex color #495356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495356 is #B6ACA9. Grayscale: #505050. Windows color (decimal): -11971754 or 5657417. OLE color: 5657417.

HSL color Cylindrical-coordinate representation of color #495356: hue angle of 193.85º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #495356 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 83 86 -
CMYK 0.15 0.03 0 0.66
HSL 193.85º 0.08% 0.31% -
HSV(B) 193.85º 0.15% 0.34% -
XYZ 7.52 8.27 10 -
YUV 80.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 73 83 86 0.15 0.03 0 0.66 193.85 0.08 0.31
Hex 49 53 56 F 3 0 42 C2 8 1F
Octal 111 123 126 17 3 0 102 302 10 37
Binary 1001001 1010011 1010110 1111 11 0 1000010 11000010 1000 11111

Color Harmonies of #495356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495356

Black with #495356

Text Example


Text Example

White with #495356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495356; }

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

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

background-color css

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

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

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

border-color css

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

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

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