#386359

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

Shades of Stromboli #386359

Tints of Stromboli #386359

Color information

#386359 (or 0x386359) is unknown color: approx Stromboli. HEX triplet: 38, 63 and 59. RGB value is (56,99,89). Sum of RGB (Red+Green+Blue) = 56+99+89=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #386359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386359 is #C79CA6. Grayscale: #555555. Windows color (decimal): -13081767 or 5858104. OLE color: 5858104.

HSL color Cylindrical-coordinate representation of color #386359: hue angle of 166.05º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386359 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB569989-
CMYK0.4300.100.61
HSL166.05º27.74%30.39%-
HSV(B)166.05º43.43%38.82%-
XYZ7.910.4911.06-
YUV85130.25107.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 89 (35.16% from 255) = 36.48%
R=22.95%
G=40.57%
B=36.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699890.4300.100.61166.0527.7430.39
Hex3863592B0A3Da61c1e
Octal7014313153012752463436
Binary1110001100011101100110101101010111101101001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386359; }

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

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

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

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

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

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

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

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