Html Css Color HEX #40715E Stromboli

📋 copy color: '#40715E'

red 64 ◦ green 113 ◦ blue 94

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

Shades of Stromboli #40715E

Tints of Stromboli #40715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.7%

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

R = 23.62%
G = 41.7%
B = 34.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#40715E (or 0x40715E) is known color: Stromboli. HEX triplet: 40, 71 and 5E. RGB value is (64,113,94). Sum of RGB (Red+Green+Blue) = 64+113+94=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #40715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40715E is #BF8EA1. Grayscale: #606060. Windows color (decimal): -12553890 or 6189376. OLE color: 6189376.

HSL color Cylindrical-coordinate representation of color #40715E: hue angle of 156.73º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40715E is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 94 -
CMYK 0.43 0 0.17 0.56
HSL 156.73º 0.28% 0.35% -
HSV(B) 156.73º 0.43% 0.44% -
XYZ 10.04 13.71 12.71 -
YUV 96.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 64 113 94 0.43 0 0.17 0.56 156.73 0.28 0.35
Hex 40 71 5E 2B 0 11 38 9D 1C 23
Octal 100 161 136 53 0 21 70 235 34 43
Binary 1000000 1110001 1011110 101011 0 10001 111000 10011101 11100 100011

Color Harmonies of #40715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40715E

Black with #40715E

Text Example


Text Example

White with #40715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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