#39685F

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

Shades of Stromboli #39685F

Tints of Stromboli #39685F

Color information

#39685F (or 0x39685F) is unknown color: approx Stromboli. HEX triplet: 39, 68 and 5F. RGB value is (57,104,95). Sum of RGB (Red+Green+Blue) = 57+104+95=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #39685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39685F is #C697A0. Grayscale: #585858. Windows color (decimal): -13014945 or 6252601. OLE color: 6252601.

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

Color convert

RGB5710495-
CMYK0.4500.090.59
HSL168.51º29.19%31.57%-
HSV(B)168.51º45.19%40.78%-
XYZ8.711.612.61-
YUV88.92131.43105.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=22.27%
G=40.62%
B=37.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104950.4500.090.59168.5129.1931.57
Hex39685F2D093Ba91d20
Octal7115013755011732513540
Binary11100111010001011111101101010011110111010100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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