#39685B

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

Shades of Stromboli #39685B

Tints of Stromboli #39685B

Color information

#39685B (or 0x39685B) is unknown color: approx Stromboli. HEX triplet: 39, 68 and 5B. RGB value is (57,104,91). Sum of RGB (Red+Green+Blue) = 57+104+91=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #39685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39685B is #C697A4. Grayscale: #585858. Windows color (decimal): -13014949 or 5990457. OLE color: 5990457.

HSL color Cylindrical-coordinate representation of color #39685B: hue angle of 163.4º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39685B is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB5710491-
CMYK0.4500.120.59
HSL163.4º29.19%31.57%-
HSV(B)163.4º45.19%40.78%-
XYZ8.5311.5311.67-
YUV88.46129.43105.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=22.62%
G=41.27%
B=36.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104910.4500.120.59163.429.1931.57
Hex39685B2D0C3Ba31d20
Octal7115013355014732433540
Binary11100111010001011011101101011001110111010001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39685B; }

 p { color: rgb(57,104,91); }

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

<style>
 a { background-color: #39685B; }

 a { background-color: rgb(57,104,91); }

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

<style>
 span { border-color: #39685B; }

 span { border-color: rgb(57,104,91); }

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