#3E705E

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

Shades of Stromboli #3E705E

Tints of Stromboli #3E705E

Color information

#3E705E (or 0x3E705E) is unknown color: approx Stromboli. HEX triplet: 3E, 70 and 5E. RGB value is (62,112,94). Sum of RGB (Red+Green+Blue) = 62+112+94=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #3E705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E705E is #C18FA1. Grayscale: #5F5F5F. Windows color (decimal): -12685218 or 6189118. OLE color: 6189118.

HSL color Cylindrical-coordinate representation of color #3E705E: hue angle of 158.4º 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 #3E705E is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB6211294-
CMYK0.4500.160.56
HSL158.4º28.74%34.12%-
HSV(B)158.4º44.64%43.92%-
XYZ9.813.4212.66-
YUV95127.44104.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.13%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=23.13%
G=41.79%
B=35.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62112940.4500.160.56158.428.7434.12
Hex3E705E2D010389e1d22
Octal7616013655020702363542
Binary111110111000010111101011010100001110001001111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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