Html Css Color HEX #40685D Stromboli

📋 copy color: '#40685D'

red 64 ◦ green 104 ◦ blue 93

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

Shades of Stromboli #40685D

Tints of Stromboli #40685D

RGB

 RED value IS 64 (25.39% from 255) = 24.52%

 GREEN value IS 104 (41.02% from 255) = 39.85%

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 24.52%
G = 39.85%
B = 35.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#40685D (or 0x40685D) is known color: Stromboli. HEX triplet: 40, 68 and 5D. RGB value is (64,104,93). Sum of RGB (Red+Green+Blue) = 64+104+93=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #40685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40685D is #BF97A2. Grayscale: #5A5A5A. Windows color (decimal): -12556195 or 6121536. OLE color: 6121536.

HSL color Cylindrical-coordinate representation of color #40685D: hue angle of 163.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40685D is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 104 93 -
CMYK 0.38 0 0.11 0.59
HSL 163.5º 0.24% 0.33% -
HSV(B) 163.5º 0.38% 0.41% -
XYZ 9.04 11.78 12.15 -
YUV 90.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 64 104 93 0.38 0 0.11 0.59 163.5 0.24 0.33
Hex 40 68 5D 26 0 B 3B A4 18 21
Octal 100 150 135 46 0 13 73 244 30 41
Binary 1000000 1101000 1011101 100110 0 1011 111011 10100100 11000 100001

Color Harmonies of #40685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40685D

Black with #40685D

Text Example


Text Example

White with #40685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40685D; }

 p { color: rgb(64,104,93); }

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

background-color css

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

 a { background-color: rgb(64,104,93); }

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

border-color css

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

 span { border-color: rgb(64,104,93); }

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