#40725E

Color #40725E Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #40725E

Tints of Stromboli #40725E

Color information

#40725E (or 0x40725E) is unknown color: approx Stromboli. HEX triplet: 40, 72 and 5E. RGB value is (64,114,94). Sum of RGB (Red+Green+Blue) = 64+114+94=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #40725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40725E is #BF8DA1. Grayscale: #606060. Windows color (decimal): -12553634 or 6189632. OLE color: 6189632.

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

Color convert

RGB6411494-
CMYK0.4400.180.55
HSL156º28.09%34.9%-
HSV(B)156º43.86%44.71%-
XYZ10.1513.9312.74-
YUV96.77126.44104.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 114 (44.92% from 255) = 41.91%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=23.53%
G=41.91%
B=34.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114940.4400.180.5515628.0934.9
Hex40725E2C012379c1c23
Octal10016213654022672343443
Binary1000000111001010111101011000100101101111001110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40725E;
 }
 .AnyTagClassName
 {
   color: #40725E;
 }
</style>
background-color css

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

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

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

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

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

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