Html Css Color HEX #40685E Stromboli

📋 copy color: '#40685E'

red 64 ◦ green 104 ◦ blue 94

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

Shades of Stromboli #40685E

Tints of Stromboli #40685E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 24.43%
G = 39.69%
B = 35.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#40685E (or 0x40685E) is known color: Stromboli. HEX triplet: 40, 68 and 5E. RGB value is (64,104,94). Sum of RGB (Red+Green+Blue) = 64+104+94=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #40685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40685E is #BF97A1. Grayscale: #5A5A5A. Windows color (decimal): -12556194 or 6187072. OLE color: 6187072.

HSL color Cylindrical-coordinate representation of color #40685E: hue angle of 165º 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 #40685E is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 104 94 -
CMYK 0.38 0 0.10 0.59
HSL 165º 0.24% 0.33% -
HSV(B) 165º 0.38% 0.41% -
XYZ 9.09 11.8 12.39 -
YUV 90.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 64 104 94 0.38 0 0.10 0.59 165 0.24 0.33
Hex 40 68 5E 26 0 A 3B A5 18 21
Octal 100 150 136 46 0 12 73 245 30 41
Binary 1000000 1101000 1011110 100110 0 1010 111011 10100101 11000 100001

Color Harmonies of #40685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40685E

Black with #40685E

Text Example


Text Example

White with #40685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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