#386E59

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

Shades of Stromboli #386E59

Tints of Stromboli #386E59

Color information

#386E59 (or 0x386E59) is unknown color: approx Stromboli. HEX triplet: 38, 6E and 59. RGB value is (56,110,89). Sum of RGB (Red+Green+Blue) = 56+110+89=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 110 - color contains mainly: green. Hex color #386E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E59 is #C791A6. Grayscale: #5B5B5B. Windows color (decimal): -13078951 or 5860920. OLE color: 5860920.

HSL color Cylindrical-coordinate representation of color #386E59: hue angle of 156.67º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386E59 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB5611089-
CMYK0.4900.190.57
HSL156.67º32.53%32.55%-
HSV(B)156.67º49.09%43.14%-
XYZ9.0112.7111.43-
YUV91.46126.61102.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 110 (43.36% from 255) = 43.14%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=21.96%
G=43.14%
B=34.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56110890.4900.190.57156.6732.5332.55
Hex386E5931013399d2121
Octal7015613161023712354141
Binary1110001101110101100111000101001111100110011101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386E59; }

 p { color: rgb(56,110,89); }

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

<style>
 a { background-color: #386E59; }

 a { background-color: rgb(56,110,89); }

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

<style>
 span { border-color: #386E59; }

 span { border-color: rgb(56,110,89); }

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