Html Css Color HEX #40735F Stromboli

📋 copy color: '#40735F'

red 64 ◦ green 115 ◦ blue 95

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

Shades of Stromboli #40735F

Tints of Stromboli #40735F

RGB

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

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

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

R = 23.36%
G = 41.97%
B = 34.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#40735F (or 0x40735F) is known color: Stromboli. HEX triplet: 40, 73 and 5F. RGB value is (64,115,95). Sum of RGB (Red+Green+Blue) = 64+115+95=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #40735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40735F is #BF8CA0. Grayscale: #616161. Windows color (decimal): -12553377 or 6255424. OLE color: 6255424.

HSL color Cylindrical-coordinate representation of color #40735F: hue angle of 156.47º 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 #40735F is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 115 95 -
CMYK 0.44 0 0.17 0.55
HSL 156.47º 0.28% 0.35% -
HSV(B) 156.47º 0.44% 0.45% -
XYZ 10.31 14.18 13.02 -
YUV 97.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 64 115 95 0.44 0 0.17 0.55 156.47 0.28 0.35
Hex 40 73 5F 2C 0 11 37 9C 1C 23
Octal 100 163 137 54 0 21 67 234 34 43
Binary 1000000 1110011 1011111 101100 0 10001 110111 10011100 11100 100011

Color Harmonies of #40735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40735F

Black with #40735F

Text Example


Text Example

White with #40735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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