Html Css Color HEX #40705D Stromboli

📋 copy color: '#40705D'

red 64 ◦ green 112 ◦ blue 93

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

Shades of Stromboli #40705D

Tints of Stromboli #40705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.64%

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

R = 23.79%
G = 41.64%
B = 34.57%

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

#40705D (or 0x40705D) is known color: Stromboli. HEX triplet: 40, 70 and 5D. RGB value is (64,112,93). Sum of RGB (Red+Green+Blue) = 64+112+93=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #40705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40705D is #BF8FA2. Grayscale: #5F5F5F. Windows color (decimal): -12554147 or 6123584. OLE color: 6123584.

HSL color Cylindrical-coordinate representation of color #40705D: hue angle of 156.25º degrees, saturation: 0.27, 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 #40705D is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 93 -
CMYK 0.43 0 0.17 0.56
HSL 156.25º 0.27% 0.35% -
HSV(B) 156.25º 0.43% 0.44% -
XYZ 9.88 13.47 12.43 -
YUV 95.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 64 112 93 0.43 0 0.17 0.56 156.25 0.27 0.35
Hex 40 70 5D 2B 0 11 38 9C 1B 23
Octal 100 160 135 53 0 21 70 234 33 43
Binary 1000000 1110000 1011101 101011 0 10001 111000 10011100 11011 100011

Color Harmonies of #40705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40705D

Black with #40705D

Text Example


Text Example

White with #40705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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