#3D725B

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

Shades of Stromboli #3D725B

Tints of Stromboli #3D725B

Color information

#3D725B (or 0x3D725B) is unknown color: approx Stromboli. HEX triplet: 3D, 72 and 5B. RGB value is (61,114,91). Sum of RGB (Red+Green+Blue) = 61+114+91=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #3D725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D725B is #C28DA4. Grayscale: #5F5F5F. Windows color (decimal): -12750245 or 5993021. OLE color: 5993021.

HSL color Cylindrical-coordinate representation of color #3D725B: hue angle of 153.96º 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 #3D725B is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB6111491-
CMYK0.4600.200.55
HSL153.96º30.29%34.31%-
HSV(B)153.96º46.49%44.71%-
XYZ9.8313.7812.04-
YUV95.53125.44103.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.93%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 91 (35.94% from 255) = 34.21%
R=22.93%
G=42.86%
B=34.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61114910.4600.200.55153.9630.2934.31
Hex3D725B2E014379a1e22
Octal7516213356024672323642
Binary111101111001010110111011100101001101111001101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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