#40725F

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

Shades of Stromboli #40725F

Tints of Stromboli #40725F

Color information

#40725F (or 0x40725F) is unknown color: approx Stromboli. HEX triplet: 40, 72 and 5F. RGB value is (64,114,95). Sum of RGB (Red+Green+Blue) = 64+114+95=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #40725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40725F is #BF8DA0. Grayscale: #606060. Windows color (decimal): -12553633 or 6255168. OLE color: 6255168.

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

Color convert

RGB6411495-
CMYK0.4400.170.55
HSL157.2º28.09%34.9%-
HSV(B)157.2º43.86%44.71%-
XYZ10.213.9512.98-
YUV96.88126.94104.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 114 (44.92% from 255) = 41.76%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=23.44%
G=41.76%
B=34.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114950.4400.170.55157.228.0934.9
Hex40725F2C011379d1c23
Octal10016213754021672353443
Binary1000000111001010111111011000100011101111001110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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