#38685C

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

Shades of Stromboli #38685C

Tints of Stromboli #38685C

Color information

#38685C (or 0x38685C) is unknown color: approx Stromboli. HEX triplet: 38, 68 and 5C. RGB value is (56,104,92). Sum of RGB (Red+Green+Blue) = 56+104+92=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #38685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38685C is #C797A3. Grayscale: #585858. Windows color (decimal): -13080484 or 6055992. OLE color: 6055992.

HSL color Cylindrical-coordinate representation of color #38685C: hue angle of 165º 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 #38685C is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB5610492-
CMYK0.4600.120.59
HSL165º30%31.37%-
HSV(B)165º46.15%40.78%-
XYZ8.5111.5111.9-
YUV88.28130.1104.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=22.22%
G=41.27%
B=36.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104920.4600.120.591653031.37
Hex38685C2E0C3Ba51e1f
Octal7015013456014732453637
Binary1110001101000101110010111001100111011101001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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