Html Css Color HEX #40685C Stromboli

📋 copy color: '#40685C'

red 64 ◦ green 104 ◦ blue 92

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

Shades of Stromboli #40685C

Tints of Stromboli #40685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.38%

R = 24.62%
G = 40%
B = 35.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#40685C (or 0x40685C) is known color: Stromboli. HEX triplet: 40, 68 and 5C. RGB value is (64,104,92). Sum of RGB (Red+Green+Blue) = 64+104+92=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #40685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40685C is #BF97A3. Grayscale: #5A5A5A. Windows color (decimal): -12556196 or 6056000. OLE color: 6056000.

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

Color convert

RGB 64 104 92 -
CMYK 0.38 0 0.12 0.59
HSL 162º 0.24% 0.33% -
HSV(B) 162º 0.38% 0.41% -
XYZ 9 11.76 11.92 -
YUV 90.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 64 104 92 0.38 0 0.12 0.59 162 0.24 0.33
Hex 40 68 5C 26 0 C 3B A2 18 21
Octal 100 150 134 46 0 14 73 242 30 41
Binary 1000000 1101000 1011100 100110 0 1100 111011 10100010 11000 100001

Color Harmonies of #40685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40685C

Black with #40685C

Text Example


Text Example

White with #40685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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