Html Css Color HEX #495D58 Stromboli

📋 copy color: '#495D58'

red 73 ◦ green 93 ◦ blue 88

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

Shades of Stromboli #495D58

Tints of Stromboli #495D58

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.61%

 BLUE value IS 88 (34.77% from 255) = 34.65%

R = 28.74%
G = 36.61%
B = 34.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#495D58 (or 0x495D58) is known color: Stromboli. HEX triplet: 49, 5D and 58. RGB value is (73,93,88). Sum of RGB (Red+Green+Blue) = 73+93+88=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 93 - color contains mainly: green. Hex color #495D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D58 is #B6A2A7. Grayscale: #565656. Windows color (decimal): -11969192 or 5791049. OLE color: 5791049.

HSL color Cylindrical-coordinate representation of color #495D58: hue angle of 165º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D58 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 93 88 -
CMYK 0.22 0 0.05 0.64
HSL 165º 0.12% 0.33% -
HSV(B) 165º 0.22% 0.36% -
XYZ 8.42 9.95 10.71 -
YUV 86.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 73 93 88 0.22 0 0.05 0.64 165 0.12 0.33
Hex 49 5D 58 16 0 5 40 A5 C 21
Octal 111 135 130 26 0 5 100 245 14 41
Binary 1001001 1011101 1011000 10110 0 101 1000000 10100101 1100 100001

Color Harmonies of #495D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D58

Black with #495D58

Text Example


Text Example

White with #495D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495D58; }

 p { color: rgb(73,93,88); }

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

background-color css

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

 a { background-color: rgb(73,93,88); }

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

border-color css

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

 span { border-color: rgb(73,93,88); }

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