#39685A

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

Shades of Stromboli #39685A

Tints of Stromboli #39685A

Color information

#39685A (or 0x39685A) is unknown color: approx Stromboli. HEX triplet: 39, 68 and 5A. RGB value is (57,104,90). Sum of RGB (Red+Green+Blue) = 57+104+90=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #39685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39685A is #C697A5. Grayscale: #585858. Windows color (decimal): -13014950 or 5924921. OLE color: 5924921.

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

Color convert

RGB5710490-
CMYK0.4500.130.59
HSL162.13º29.19%31.57%-
HSV(B)162.13º45.19%40.78%-
XYZ8.4811.5111.45-
YUV88.35128.93105.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 104 (41.02% from 255) = 41.43%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=22.71%
G=41.43%
B=35.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104900.4500.130.59162.1329.1931.57
Hex39685A2D0D3Ba21d20
Octal7115013255015732423540
Binary11100111010001011010101101011011110111010001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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