Html Css Color HEX #40685A Stromboli

📋 copy color: '#40685A'

red 64 ◦ green 104 ◦ blue 90

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

Shades of Stromboli #40685A

Tints of Stromboli #40685A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.88%

R = 24.81%
G = 40.31%
B = 34.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#40685A (or 0x40685A) is known color: Stromboli. HEX triplet: 40, 68 and 5A. RGB value is (64,104,90). Sum of RGB (Red+Green+Blue) = 64+104+90=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #40685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40685A is #BF97A5. Grayscale: #5A5A5A. Windows color (decimal): -12556198 or 5924928. OLE color: 5924928.

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

Color convert

RGB 64 104 90 -
CMYK 0.38 0 0.13 0.59
HSL 159º 0.24% 0.33% -
HSV(B) 159º 0.38% 0.41% -
XYZ 8.91 11.73 11.47 -
YUV 90.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 64 104 90 0.38 0 0.13 0.59 159 0.24 0.33
Hex 40 68 5A 26 0 D 3B 9F 18 21
Octal 100 150 132 46 0 15 73 237 30 41
Binary 1000000 1101000 1011010 100110 0 1101 111011 10011111 11000 100001

Color Harmonies of #40685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40685A

Black with #40685A

Text Example


Text Example

White with #40685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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