#39695F

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

Shades of Stromboli #39695F

Tints of Stromboli #39695F

Color information

#39695F (or 0x39695F) is unknown color: approx Stromboli. HEX triplet: 39, 69 and 5F. RGB value is (57,105,95). Sum of RGB (Red+Green+Blue) = 57+105+95=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #39695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39695F is #C696A0. Grayscale: #595959. Windows color (decimal): -13014689 or 6252857. OLE color: 6252857.

HSL color Cylindrical-coordinate representation of color #39695F: hue angle of 167.5º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39695F is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB5710595-
CMYK0.4600.100.59
HSL167.5º29.63%31.76%-
HSV(B)167.5º45.71%41.18%-
XYZ8.811.812.64-
YUV89.51131.1104.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=22.18%
G=40.86%
B=36.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57105950.4600.100.59167.529.6331.76
Hex39695F2E0A3Ba81e20
Octal7115113756012732503640
Binary11100111010011011111101110010101110111010100011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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