Html Css Color HEX #40705A Stromboli

📋 copy color: '#40705A'

red 64 ◦ green 112 ◦ blue 90

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

Shades of Stromboli #40705A

Tints of Stromboli #40705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.83%

R = 24.06%
G = 42.11%
B = 33.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#40705A (or 0x40705A) is known color: Stromboli. HEX triplet: 40, 70 and 5A. RGB value is (64,112,90). Sum of RGB (Red+Green+Blue) = 64+112+90=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #40705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40705A is #BF8FA5. Grayscale: #5F5F5F. Windows color (decimal): -12554150 or 5926976. OLE color: 5926976.

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

Color convert

RGB 64 112 90 -
CMYK 0.43 0 0.20 0.56
HSL 152.5º 0.27% 0.35% -
HSV(B) 152.5º 0.43% 0.44% -
XYZ 9.75 13.42 11.75 -
YUV 95.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 64 112 90 0.43 0 0.20 0.56 152.5 0.27 0.35
Hex 40 70 5A 2B 0 14 38 98 1B 23
Octal 100 160 132 53 0 24 70 230 33 43
Binary 1000000 1110000 1011010 101011 0 10100 111000 10011000 11011 100011

Color Harmonies of #40705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40705A

Black with #40705A

Text Example


Text Example

White with #40705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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