Html Css Color HEX #40705F Stromboli

📋 copy color: '#40705F'

red 64 ◦ green 112 ◦ blue 95

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

Shades of Stromboli #40705F

Tints of Stromboli #40705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 23.62%
G = 41.33%
B = 35.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#40705F (or 0x40705F) is known color: Stromboli. HEX triplet: 40, 70 and 5F. RGB value is (64,112,95). Sum of RGB (Red+Green+Blue) = 64+112+95=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #40705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40705F is #BF8FA0. Grayscale: #5F5F5F. Windows color (decimal): -12554145 or 6254656. OLE color: 6254656.

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

Color convert

RGB 64 112 95 -
CMYK 0.43 0 0.15 0.56
HSL 158.75º 0.27% 0.35% -
HSV(B) 158.75º 0.43% 0.44% -
XYZ 9.97 13.5 12.91 -
YUV 95.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 64 112 95 0.43 0 0.15 0.56 158.75 0.27 0.35
Hex 40 70 5F 2B 0 F 38 9F 1B 23
Octal 100 160 137 53 0 17 70 237 33 43
Binary 1000000 1110000 1011111 101011 0 1111 111000 10011111 11011 100011

Color Harmonies of #40705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40705F

Black with #40705F

Text Example


Text Example

White with #40705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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