#40725D

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

Shades of Stromboli #40725D

Tints of Stromboli #40725D

Color information

#40725D (or 0x40725D) is unknown color: approx Stromboli. HEX triplet: 40, 72 and 5D. RGB value is (64,114,93). Sum of RGB (Red+Green+Blue) = 64+114+93=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #40725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40725D is #BF8DA2. Grayscale: #606060. Windows color (decimal): -12553635 or 6124096. OLE color: 6124096.

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

Color convert

RGB6411493-
CMYK0.4400.180.55
HSL154.8º28.09%34.9%-
HSV(B)154.8º43.86%44.71%-
XYZ10.1113.9112.51-
YUV96.66125.94104.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=23.62%
G=42.07%
B=34.32%

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
Decimal64114930.4400.180.55154.828.0934.9
Hex40725D2C012379b1c23
Octal10016213554022672333443
Binary1000000111001010111011011000100101101111001101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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