Html Css Color HEX #40705B Stromboli

📋 copy color: '#40705B'

red 64 ◦ green 112 ◦ blue 91

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

Shades of Stromboli #40705B

Tints of Stromboli #40705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 23.97%
G = 41.95%
B = 34.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#40705B (or 0x40705B) is known color: Stromboli. HEX triplet: 40, 70 and 5B. RGB value is (64,112,91). Sum of RGB (Red+Green+Blue) = 64+112+91=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #40705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40705B is #BF8FA4. Grayscale: #5F5F5F. Windows color (decimal): -12554149 or 5992512. OLE color: 5992512.

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

Color convert

RGB 64 112 91 -
CMYK 0.43 0 0.19 0.56
HSL 153.75º 0.27% 0.35% -
HSV(B) 153.75º 0.43% 0.44% -
XYZ 9.8 13.43 11.97 -
YUV 95.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 64 112 91 0.43 0 0.19 0.56 153.75 0.27 0.35
Hex 40 70 5B 2B 0 13 38 9A 1B 23
Octal 100 160 133 53 0 23 70 232 33 43
Binary 1000000 1110000 1011011 101011 0 10011 111000 10011010 11011 100011

Color Harmonies of #40705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40705B

Black with #40705B

Text Example


Text Example

White with #40705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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