#38685D

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

Shades of Stromboli #38685D

Tints of Stromboli #38685D

Color information

#38685D (or 0x38685D) is unknown color: approx Stromboli. HEX triplet: 38, 68 and 5D. RGB value is (56,104,93). Sum of RGB (Red+Green+Blue) = 56+104+93=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #38685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38685D is #C797A2. Grayscale: #585858. Windows color (decimal): -13080483 or 6121528. OLE color: 6121528.

HSL color Cylindrical-coordinate representation of color #38685D: hue angle of 166.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38685D is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB5610493-
CMYK0.4600.110.59
HSL166.25º30%31.37%-
HSV(B)166.25º46.15%40.78%-
XYZ8.5611.5312.13-
YUV88.39130.6104.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=22.13%
G=41.11%
B=36.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104930.4600.110.59166.253031.37
Hex38685D2E0B3Ba61e1f
Octal7015013556013732463637
Binary1110001101000101110110111001011111011101001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38685D; }

 p { color: rgb(56,104,93); }

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

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

 a { background-color: rgb(56,104,93); }

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

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

 span { border-color: rgb(56,104,93); }

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