#386258

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

Shades of Stromboli #386258

Tints of Stromboli #386258

Color information

#386258 (or 0x386258) is unknown color: approx Stromboli. HEX triplet: 38, 62 and 58. RGB value is (56,98,88). Sum of RGB (Red+Green+Blue) = 56+98+88=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #386258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386258 is #C79DA7. Grayscale: #545454. Windows color (decimal): -13082024 or 5792312. OLE color: 5792312.

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

Color convert

RGB569888-
CMYK0.4300.100.62
HSL165.71º27.27%30.2%-
HSV(B)165.71º42.86%38.43%-
XYZ7.7610.2810.81-
YUV84.3130.09107.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=23.14%
G=40.50%
B=36.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698880.4300.100.62165.7127.2730.2
Hex3862582B0A3Ea61b1e
Octal7014213053012762463336
Binary1110001100010101100010101101010111110101001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386258; }

 p { color: rgb(56,98,88); }

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

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

 a { background-color: rgb(56,98,88); }

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

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

 span { border-color: rgb(56,98,88); }

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