#39705B

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

Shades of Stromboli #39705B

Tints of Stromboli #39705B

Color information

#39705B (or 0x39705B) is unknown color: approx Stromboli. HEX triplet: 39, 70 and 5B. RGB value is (57,112,91). Sum of RGB (Red+Green+Blue) = 57+112+91=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #39705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39705B is #C68FA4. Grayscale: #5D5D5D. Windows color (decimal): -13012901 or 5992505. OLE color: 5992505.

HSL color Cylindrical-coordinate representation of color #39705B: hue angle of 157.09º 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 #39705B is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB5711291-
CMYK0.4900.190.56
HSL157.09º32.54%33.14%-
HSV(B)157.09º49.11%43.92%-
XYZ9.3713.2111.95-
YUV93.16126.78102.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 91 (35.94% from 255) = 35%
R=21.92%
G=43.08%
B=35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112910.4900.190.56157.0932.5433.14
Hex39705B31013389d2121
Octal7116013361023702354141
Binary1110011110000101101111000101001111100010011101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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