#39705C

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

Shades of Stromboli #39705C

Tints of Stromboli #39705C

Color information

#39705C (or 0x39705C) is unknown color: approx Stromboli. HEX triplet: 39, 70 and 5C. RGB value is (57,112,92). Sum of RGB (Red+Green+Blue) = 57+112+92=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #39705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39705C is #C68FA3. Grayscale: #5D5D5D. Windows color (decimal): -13012900 or 6058041. OLE color: 6058041.

HSL color Cylindrical-coordinate representation of color #39705C: hue angle of 158.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39705C is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB5711292-
CMYK0.4900.180.56
HSL158.18º32.54%33.14%-
HSV(B)158.18º49.11%43.92%-
XYZ9.4113.2312.18-
YUV93.28127.28102.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=21.84%
G=42.91%
B=35.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112920.4900.180.56158.1832.5433.14
Hex39705C31012389e2121
Octal7116013461022702364141
Binary1110011110000101110011000101001011100010011110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39705C; }

 p { color: rgb(57,112,92); }

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

<style>
 a { background-color: #39705C; }

 a { background-color: rgb(57,112,92); }

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

<style>
 span { border-color: #39705C; }

 span { border-color: rgb(57,112,92); }

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