#3E705F

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

Shades of Stromboli #3E705F

Tints of Stromboli #3E705F

Color information

#3E705F (or 0x3E705F) is unknown color: approx Stromboli. HEX triplet: 3E, 70 and 5F. RGB value is (62,112,95). Sum of RGB (Red+Green+Blue) = 62+112+95=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #3E705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E705F is #C18FA0. Grayscale: #5F5F5F. Windows color (decimal): -12685217 or 6254654. OLE color: 6254654.

HSL color Cylindrical-coordinate representation of color #3E705F: hue angle of 159.6º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E705F is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB6211295-
CMYK0.4500.150.56
HSL159.6º28.74%34.12%-
HSV(B)159.6º44.64%43.92%-
XYZ9.8513.4412.9-
YUV95.11127.94104.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.05%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 95 (37.5% from 255) = 35.32%
R=23.05%
G=41.64%
B=35.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62112950.4500.150.56159.628.7434.12
Hex3E705F2D0F38a01d22
Octal7616013755017702403542
Binary11111011100001011111101101011111110001010000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E705F; }

 p { color: rgb(62,112,95); }

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

<style>
 a { background-color: #3E705F; }

 a { background-color: rgb(62,112,95); }

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

<style>
 span { border-color: #3E705F; }

 span { border-color: rgb(62,112,95); }

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