#39685D

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

Shades of Stromboli #39685D

Tints of Stromboli #39685D

Color information

#39685D (or 0x39685D) is unknown color: approx Stromboli. HEX triplet: 39, 68 and 5D. RGB value is (57,104,93). Sum of RGB (Red+Green+Blue) = 57+104+93=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 104 - color contains mainly: green. Hex color #39685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39685D is #C697A2. Grayscale: #585858. Windows color (decimal): -13014947 or 6121529. OLE color: 6121529.

HSL color Cylindrical-coordinate representation of color #39685D: hue angle of 165.96º 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 #39685D is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB5710493-
CMYK0.4500.110.59
HSL165.96º29.19%31.57%-
HSV(B)165.96º45.19%40.78%-
XYZ8.6111.5612.13-
YUV88.69130.43105.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=22.44%
G=40.94%
B=36.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104930.4500.110.59165.9629.1931.57
Hex39685D2D0B3Ba61d20
Octal7115013555013732463540
Binary11100111010001011101101101010111110111010011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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