#39695B

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

Shades of Stromboli #39695B

Tints of Stromboli #39695B

Color information

#39695B (or 0x39695B) is unknown color: approx Stromboli. HEX triplet: 39, 69 and 5B. RGB value is (57,105,91). Sum of RGB (Red+Green+Blue) = 57+105+91=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #39695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39695B is #C696A4. Grayscale: #595959. Windows color (decimal): -13014693 or 5990713. OLE color: 5990713.

HSL color Cylindrical-coordinate representation of color #39695B: hue angle of 162.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 #39695B is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB5710591-
CMYK0.4600.130.59
HSL162.5º29.63%31.76%-
HSV(B)162.5º45.71%41.18%-
XYZ8.6311.7311.71-
YUV89.05129.1105.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 105 (41.41% from 255) = 41.50%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=22.53%
G=41.50%
B=35.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57105910.4600.130.59162.529.6331.76
Hex39695B2E0D3Ba21e20
Octal7115113356015732423640
Binary11100111010011011011101110011011110111010001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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