Html Css Color HEX #40705E Stromboli

📋 copy color: '#40705E'

red 64 ◦ green 112 ◦ blue 94

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

Shades of Stromboli #40705E

Tints of Stromboli #40705E

RGB

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

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

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

R = 23.7%
G = 41.48%
B = 34.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#40705E (or 0x40705E) is known color: Stromboli. HEX triplet: 40, 70 and 5E. RGB value is (64,112,94). Sum of RGB (Red+Green+Blue) = 64+112+94=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #40705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40705E is #BF8FA1. Grayscale: #5F5F5F. Windows color (decimal): -12554146 or 6189120. OLE color: 6189120.

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

Color convert

RGB 64 112 94 -
CMYK 0.43 0 0.16 0.56
HSL 157.5º 0.27% 0.35% -
HSV(B) 157.5º 0.43% 0.44% -
XYZ 9.93 13.49 12.67 -
YUV 95.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 64 112 94 0.43 0 0.16 0.56 157.5 0.27 0.35
Hex 40 70 5E 2B 0 10 38 9E 1B 23
Octal 100 160 136 53 0 20 70 236 33 43
Binary 1000000 1110000 1011110 101011 0 10000 111000 10011110 11011 100011

Color Harmonies of #40705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40705E

Black with #40705E

Text Example


Text Example

White with #40705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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