#3D725F

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

Shades of Stromboli #3D725F

Tints of Stromboli #3D725F

Color information

#3D725F (or 0x3D725F) is unknown color: approx Stromboli. HEX triplet: 3D, 72 and 5F. RGB value is (61,114,95). Sum of RGB (Red+Green+Blue) = 61+114+95=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #3D725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D725F is #C28DA0. Grayscale: #606060. Windows color (decimal): -12750241 or 6255165. OLE color: 6255165.

HSL color Cylindrical-coordinate representation of color #3D725F: hue angle of 158.49º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D725F is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB6111495-
CMYK0.4600.170.55
HSL158.49º30.29%34.31%-
HSV(B)158.49º46.49%44.71%-
XYZ10.0113.8512.97-
YUV95.99127.44103.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.59%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=22.59%
G=42.22%
B=35.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61114950.4600.170.55158.4930.2934.31
Hex3D725F2E011379e1e22
Octal7516213756021672363642
Binary111101111001010111111011100100011101111001111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D725F; }

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

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

<style>
 a { background-color: #3D725F; }

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

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

<style>
 span { border-color: #3D725F; }

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

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