Html Css Color HEX #40745F Stromboli

📋 copy color: '#40745F'

red 64 ◦ green 116 ◦ blue 95

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

Shades of Stromboli #40745F

Tints of Stromboli #40745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.18%

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

R = 23.27%
G = 42.18%
B = 34.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#40745F (or 0x40745F) is known color: Stromboli. HEX triplet: 40, 74 and 5F. RGB value is (64,116,95). Sum of RGB (Red+Green+Blue) = 64+116+95=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #40745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40745F is #BF8BA0. Grayscale: #626262. Windows color (decimal): -12553121 or 6255680. OLE color: 6255680.

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

Color convert

RGB 64 116 95 -
CMYK 0.45 0 0.18 0.55
HSL 155.77º 0.29% 0.35% -
HSV(B) 155.77º 0.45% 0.45% -
XYZ 10.43 14.41 13.06 -
YUV 98.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 64 116 95 0.45 0 0.18 0.55 155.77 0.29 0.35
Hex 40 74 5F 2D 0 12 37 9C 1D 23
Octal 100 164 137 55 0 22 67 234 35 43
Binary 1000000 1110100 1011111 101101 0 10010 110111 10011100 11101 100011

Color Harmonies of #40745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40745F

Black with #40745F

Text Example


Text Example

White with #40745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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