Html Css Color HEX #40705C Stromboli

📋 copy color: '#40705C'

red 64 ◦ green 112 ◦ blue 92

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

Shades of Stromboli #40705C

Tints of Stromboli #40705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 23.88%
G = 41.79%
B = 34.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#40705C (or 0x40705C) is known color: Stromboli. HEX triplet: 40, 70 and 5C. RGB value is (64,112,92). Sum of RGB (Red+Green+Blue) = 64+112+92=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #40705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40705C is #BF8FA3. Grayscale: #5F5F5F. Windows color (decimal): -12554148 or 6058048. OLE color: 6058048.

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

Color convert

RGB 64 112 92 -
CMYK 0.43 0 0.18 0.56
HSL 155º 0.27% 0.35% -
HSV(B) 155º 0.43% 0.44% -
XYZ 9.84 13.45 12.2 -
YUV 95.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 64 112 92 0.43 0 0.18 0.56 155 0.27 0.35
Hex 40 70 5C 2B 0 12 38 9B 1B 23
Octal 100 160 134 53 0 22 70 233 33 43
Binary 1000000 1110000 1011100 101011 0 10010 111000 10011011 11011 100011

Color Harmonies of #40705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40705C

Black with #40705C

Text Example


Text Example

White with #40705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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