#40755F

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

Shades of Stromboli #40755F

Tints of Stromboli #40755F

Color information

#40755F (or 0x40755F) is unknown color: approx Stromboli. HEX triplet: 40, 75 and 5F. RGB value is (64,117,95). Sum of RGB (Red+Green+Blue) = 64+117+95=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #40755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40755F is #BF8AA0. Grayscale: #626262. Windows color (decimal): -12552865 or 6255936. OLE color: 6255936.

HSL color Cylindrical-coordinate representation of color #40755F: hue angle of 155.09º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40755F is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB6411795-
CMYK0.4500.190.54
HSL155.09º29.28%35.49%-
HSV(B)155.09º45.3%45.88%-
XYZ10.5414.6413.1-
YUV98.64125.94103.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=23.19%
G=42.39%
B=34.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117950.4500.190.54155.0929.2835.49
Hex40755F2D013369b1d23
Octal10016513755023662333543
Binary1000000111010110111111011010100111101101001101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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