Html Css Color HEX #40745E Stromboli

📋 copy color: '#40745E'

red 64 ◦ green 116 ◦ blue 94

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

Shades of Stromboli #40745E

Tints of Stromboli #40745E

RGB

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

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

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

R = 23.36%
G = 42.34%
B = 34.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#40745E (or 0x40745E) is known color: Stromboli. HEX triplet: 40, 74 and 5E. RGB value is (64,116,94). Sum of RGB (Red+Green+Blue) = 64+116+94=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #40745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40745E is #BF8BA1. Grayscale: #616161. Windows color (decimal): -12553122 or 6190144. OLE color: 6190144.

HSL color Cylindrical-coordinate representation of color #40745E: hue angle of 154.62º 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 #40745E is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 116 94 -
CMYK 0.45 0 0.19 0.55
HSL 154.62º 0.29% 0.35% -
HSV(B) 154.62º 0.45% 0.45% -
XYZ 10.38 14.39 12.82 -
YUV 97.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 64 116 94 0.45 0 0.19 0.55 154.62 0.29 0.35
Hex 40 74 5E 2D 0 13 37 9B 1D 23
Octal 100 164 136 55 0 23 67 233 35 43
Binary 1000000 1110100 1011110 101101 0 10011 110111 10011011 11101 100011

Color Harmonies of #40745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40745E

Black with #40745E

Text Example


Text Example

White with #40745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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