#40725C

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

Shades of Stromboli #40725C

Tints of Stromboli #40725C

Color information

#40725C (or 0x40725C) is unknown color: approx Stromboli. HEX triplet: 40, 72 and 5C. RGB value is (64,114,92). Sum of RGB (Red+Green+Blue) = 64+114+92=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #40725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40725C is #BF8DA3. Grayscale: #606060. Windows color (decimal): -12553636 or 6058560. OLE color: 6058560.

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

Color convert

RGB6411492-
CMYK0.4400.190.55
HSL153.6º28.09%34.9%-
HSV(B)153.6º43.86%44.71%-
XYZ10.0613.912.28-
YUV96.54125.44104.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=23.70%
G=42.22%
B=34.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114920.4400.190.55153.628.0934.9
Hex40725C2C013379a1c23
Octal10016213454023672323443
Binary1000000111001010111001011000100111101111001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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