Html Css Color HEX #40735E Stromboli

📋 copy color: '#40735E'

red 64 ◦ green 115 ◦ blue 94

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

Shades of Stromboli #40735E

Tints of Stromboli #40735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.12%

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

R = 23.44%
G = 42.12%
B = 34.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#40735E (or 0x40735E) is known color: Stromboli. HEX triplet: 40, 73 and 5E. RGB value is (64,115,94). Sum of RGB (Red+Green+Blue) = 64+115+94=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #40735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40735E is #BF8CA1. Grayscale: #616161. Windows color (decimal): -12553378 or 6189888. OLE color: 6189888.

HSL color Cylindrical-coordinate representation of color #40735E: hue angle of 155.29º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40735E is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 115 94 -
CMYK 0.44 0 0.18 0.55
HSL 155.29º 0.28% 0.35% -
HSV(B) 155.29º 0.44% 0.45% -
XYZ 10.27 14.16 12.78 -
YUV 97.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 64 115 94 0.44 0 0.18 0.55 155.29 0.28 0.35
Hex 40 73 5E 2C 0 12 37 9B 1C 23
Octal 100 163 136 54 0 22 67 233 34 43
Binary 1000000 1110011 1011110 101100 0 10010 110111 10011011 11100 100011

Color Harmonies of #40735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40735E

Black with #40735E

Text Example


Text Example

White with #40735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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